Skip to content

Commit

Permalink
Update the tests to match the new names
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Aug 26, 2020
1 parent b626a48 commit ad02052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/providers/class-two-factor-fido-u2f.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function setUp() {
* Verify the label value.
*/
public function test_get_label() {
$this->assertContains( 'FIDO Universal 2nd Factor (U2F)', $this->provider->get_label() );
$this->assertContains( 'FIDO U2F Security Keys', $this->provider->get_label() );
}

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/providers/class-two-factor-totp.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function test_get_instance() {
* @covers Two_Factor_Totp::get_label
*/
public function test_get_label() {
$this->assertContains( 'Google Authenticator', $this->provider->get_label() );
$this->assertContains( 'Time Based One-Time Password (TOTP)', $this->provider->get_label() );
}

/**
Expand Down

0 comments on commit ad02052

Please sign in to comment.