Skip to content

Commit 54f34e5

Browse files
committed
Match the updated title
1 parent f1b53ef commit 54f34e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/providers/class-two-factor-totp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function test_get_instance() {
5858
* @covers Two_Factor_Totp::get_label
5959
*/
6060
public function test_get_label() {
61-
$this->assertStringContainsString( 'Authenticator app', $this->provider->get_label() );
61+
$this->assertStringContainsString( 'Authenticator App', $this->provider->get_label() );
6262
}
6363

6464
/**

0 commit comments

Comments
 (0)