fix gitlab tests
This commit is contained in:
@@ -82,7 +82,7 @@ class PromotionStatusServiceTest extends TestCase
|
||||
|
||||
private function makeService(): PromotionStatusService
|
||||
{
|
||||
return new PromotionStatusService(new PromotionAuditService);
|
||||
return new PromotionStatusService(new PromotionAuditService());
|
||||
}
|
||||
|
||||
private function makeRecord(string $status): StudentPromotionRecord
|
||||
|
||||
Reference in New Issue
Block a user