Skip to content

Commit

Permalink
Match the updated title
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jan 9, 2025
1 parent f1b53ef commit 54f34e5
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -58,7 +58,7 @@ public function test_get_instance() {
* @covers Two_Factor_Totp::get_label
*/
public function test_get_label() {
$this->assertStringContainsString( 'Authenticator app', $this->provider->get_label() );
$this->assertStringContainsString( 'Authenticator App', $this->provider->get_label() );
}

/**
Expand Down

0 comments on commit 54f34e5

Please sign in to comment.