add test batches
This commit is contained in:
@@ -24,7 +24,7 @@ class NotificationDeletedServiceTest extends TestCase
|
||||
'updated_at' => now(),
|
||||
]);
|
||||
|
||||
$service = new NotificationDeletedService;
|
||||
$service = new NotificationDeletedService();
|
||||
$result = $service->list();
|
||||
|
||||
$this->assertCount(1, $result['notifications']);
|
||||
|
||||
Reference in New Issue
Block a user