mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes for tests
This commit is contained in:
parent
3cbf28eb72
commit
ec559ff16e
@ -94,7 +94,8 @@ class ArDetailReportTest extends TestCase
|
||||
$settings = CompanySettings::defaults();
|
||||
$settings->client_online_payment_notification = false;
|
||||
$settings->client_manual_payment_notification = false;
|
||||
|
||||
$settings->currency_id = '1';
|
||||
|
||||
$this->company = Company::factory()->create([
|
||||
'account_id' => $this->account->id,
|
||||
'settings' => $settings,
|
||||
|
Loading…
x
Reference in New Issue
Block a user