From d7305c1a2efb522a11fb16104e6c6ebdf6658435 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 25 Apr 2023 00:42:31 +0200 Subject: [PATCH] Fixed tests --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 95d5bbcd..3d9957f5 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -36,7 +36,7 @@ abstract class TestCase extends BaseTestCase ? Group::factory()->create(['nami_id' => $groupId]) : $groupId; - $this->withNamiSettings($mglnr, $password, $group->id); + $this->withNamiSettings($mglnr, $password, $group->nami_id); return $this; }