This commit is contained in:
philipp lang 2025-03-30 21:37:56 +02:00
parent 1c6e32d44d
commit f905c316ee
1 changed files with 1 additions and 3 deletions

View File

@ -72,9 +72,7 @@ class MembershipTest extends TestCase
$this->expectException(RightException::class); $this->expectException(RightException::class);
app(MembershipFake::class)->failsShowing(16, 68, $error); app(MembershipFake::class)->failsShowing(16, 68, $error);
$membership = $this->login()->membership(16, 68); $this->login()->membership(16, 68);
$this->assertNull($membership);
} }
public function testItCanCreateAMembership(): void public function testItCanCreateAMembership(): void