|
@@ -56,7 +56,7 @@ it('returns data for the current company based on the CurrentCompanyScope', func
|
56
|
56
|
it('validates that company default settings are non-null', function () {
|
57
|
57
|
$testCompany = $this->testCompany;
|
58
|
58
|
|
59
|
|
- expect($testCompany->profile->country)->not->toBeNull()
|
|
59
|
+ expect($testCompany->profile->address->country_code)->not->toBeNull()
|
60
|
60
|
->and($testCompany->profile->email)->not->toBeNull()
|
61
|
61
|
->and($testCompany->default->currency_code)->toBe('USD')
|
62
|
62
|
->and($testCompany->locale->language)->toBe('en')
|