fix gitlab tests
This commit is contained in:
@@ -38,7 +38,7 @@ class NotificationActiveServiceTest extends TestCase
|
||||
],
|
||||
]);
|
||||
|
||||
$service = new NotificationActiveService;
|
||||
$service = new NotificationActiveService();
|
||||
$result = $service->list('parent');
|
||||
|
||||
$this->assertCount(1, $result['notifications']);
|
||||
|
||||
Reference in New Issue
Block a user