fixed tests

This commit is contained in:
philipp lang 2022-11-11 00:17:56 +01:00
parent 5cc41babd8
commit 1a3f89ec4f
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class MembershipTest extends TestCase
public function testItCanDeleteAMembership(): void
{
Carbon::setTestNow(Carbon::parse('2022-02-03 03:00:00'));
app(MembershipFake::class)->deletesSuccessfully(6, 133);
app(MembershipFake::class)->destroysSuccessfully(6, 133);
$this->login()->deleteMembership(6, Membership::fromArray([
'id' => 133,