fix gitlab tests
This commit is contained in:
@@ -22,7 +22,7 @@ class CommunicationTemplateServiceTest extends TestCase
|
||||
'is_active' => 1,
|
||||
]);
|
||||
|
||||
$service = new CommunicationTemplateService;
|
||||
$service = new CommunicationTemplateService();
|
||||
$templates = $service->listActiveTemplates();
|
||||
|
||||
$this->assertSame('welcome', $templates[0]['template_key']);
|
||||
|
||||
Reference in New Issue
Block a user