Skip to content

Commit d6b7340

Browse files
committed
test: fix typo in test method name
1 parent 2c73a7a commit d6b7340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Controllers/LoginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function testLoginActionEmailSuccess(): void
9797
Time::setTestNow();
9898
}
9999

100-
public function testAfterLoggedInNotDesplayLoginPage(): void
100+
public function testAfterLoggedInNotDisplayLoginPage(): void
101101
{
102102
$this->user->createEmailIdentity([
103103
'email' => 'foo@example.com',

0 commit comments

Comments
 (0)