Skip to content

Commit

Permalink
Update AccountConfTest.php to fix casing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tchalvak authored Oct 1, 2023
1 parent b7df735 commit 3807836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/tests/integration/AccountConfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public function testLoginFailureOnAccountByName()
$account->save();

$res = $account->authenticate('invalid_password');
$this->assertfalse($res);
$this->assertFalse($res);
}


Expand Down

0 comments on commit 3807836

Please sign in to comment.