There was an error while loading. Please reload this page.
1 parent 0f0201a commit 7d5a3e1Copy full SHA for 7d5a3e1
1 file changed
tests/Feature/Services/ServiceTest.php
@@ -27,9 +27,7 @@ public function testRunServiceNotFailIfIsValid()
27
'email' => 'example@example.com',
28
]);
29
30
- $service->run();
31
-
32
- // $this->assertTrue(true);
+ $this->assertNull($service->run());
33
}
34
35
0 commit comments