Fixes for tests
This commit is contained in:
parent
27d6dd1248
commit
dfdcb719bc
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class CompanyLedgerTest extends TestCase
|
|||
|
||||
$settings = CompanySettings::defaults();
|
||||
|
||||
$settings->company_logo = asset('images/new_logo.png');
|
||||
$settings->company_logo = 'https://app.invoiceninja.com/favicon-v2.png';
|
||||
$settings->website = 'www.invoiceninja.com';
|
||||
$settings->address1 = 'Address 1';
|
||||
$settings->address2 = 'Address 2';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue