Fixes for tests
This commit is contained in:
parent
10716fff9d
commit
789a3d0ca7
|
|
@ -88,7 +88,7 @@ class TaxSummaryReportTest extends TestCase
|
|||
$this->user = User::factory()->create([
|
||||
'account_id' => $this->account->id,
|
||||
'confirmation_code' => 'xyz123',
|
||||
'email' => $this->faker->unique()->safeEmail(),
|
||||
'email' => \Illuminate\Support\Str::random(32).'@example.com',
|
||||
]);
|
||||
|
||||
$settings = CompanySettings::defaults();
|
||||
|
|
|
|||
Loading…
Reference in New Issue