fix tests
This commit is contained in:
@@ -27,7 +27,7 @@ class PaymentBalanceServiceTest extends TestCase
|
||||
'status' => 'Pending',
|
||||
]);
|
||||
|
||||
$service = new PaymentBalanceService();
|
||||
$service = new PaymentBalanceService;
|
||||
$updated = $service->updateBalance(1, 40);
|
||||
|
||||
$this->assertTrue($updated);
|
||||
|
||||
Reference in New Issue
Block a user