From a1205a81735902ee0db714491c926116efd206fa Mon Sep 17 00:00:00 2001
From: philipp lang <philipp@aweos.de>
Date: Thu, 1 Sep 2022 23:56:01 +0200
Subject: [PATCH] Mod auth fails

---
 tests/TestCase.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestCase.php b/tests/TestCase.php
index b435a7f9..12850c94 100644
--- a/tests/TestCase.php
+++ b/tests/TestCase.php
@@ -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,