fix gitlab tests
This commit is contained in:
@@ -12,7 +12,7 @@ class FinancialChartServiceTest extends TestCase
|
||||
|
||||
public function test_generate_charts_returns_null_in_tests(): void
|
||||
{
|
||||
$service = new FinancialChartService;
|
||||
$service = new FinancialChartService();
|
||||
|
||||
$summary = [
|
||||
'totalCharges' => 100,
|
||||
|
||||
Reference in New Issue
Block a user