Skip to content

Commit

Permalink
Remove misplaced @covers annotation.
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Dunn <[email protected]>
  • Loading branch information
dd32 and iandunn authored Mar 28, 2023
1 parent ed6b8d3 commit 6f6fe9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/class-two-factor-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,6 @@ public function test_show_password_reset_error() {
* Validate that a non-2fa login doesn't set the session two-factor data.
*
* @covers Two_Factor_Core::is_current_user_session_two_factor()
* @covers Two_Factor_Core::login_form_validate_2fa()
*/
public function test_is_current_user_session_two_factor_without_two_factor() {
$user = $this->get_dummy_user();
Expand Down

0 comments on commit 6f6fe9a

Please sign in to comment.