fix gitlab tests
This commit is contained in:
@@ -15,7 +15,7 @@ class RefundNotificationServiceTest extends TestCase
|
||||
{
|
||||
Log::spy();
|
||||
|
||||
$service = new RefundNotificationService;
|
||||
$service = new RefundNotificationService();
|
||||
$service->notifyPending(10, 50.25, 'https://example.test/login');
|
||||
|
||||
Log::shouldHaveReceived('info')->once();
|
||||
|
||||
Reference in New Issue
Block a user