Mod auth fails

This commit is contained in:
philipp lang 2022-09-01 23:56:01 +02:00
parent 64554680f2
commit a1205a8173
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ abstract class TestCase extends BaseTestCase
public function failedNami(int $mglnr = 12345, string $password = 'password'): self
{
Auth::failed($mglnr, $password);
Auth::fails($mglnr, $password);
NamiSettings::fake([
'mglnr' => $mglnr,
'password' => $password,