Skip to content

Commit 7d5a3e1

Browse files
committed
Laravel 12 update
1 parent 0f0201a commit 7d5a3e1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/Feature/Services/ServiceTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ public function testRunServiceNotFailIfIsValid()
2727
'email' => 'example@example.com',
2828
]);
2929

30-
$service->run();
31-
32-
// $this->assertTrue(true);
30+
$this->assertNull($service->run());
3331
}
3432
}
3533

0 commit comments

Comments
 (0)