diff --git a/tests/Feature/Export/TaxSummaryReportTest.php b/tests/Feature/Export/TaxSummaryReportTest.php index 0756b6c21c..e9e1a9ecdc 100644 --- a/tests/Feature/Export/TaxSummaryReportTest.php +++ b/tests/Feature/Export/TaxSummaryReportTest.php @@ -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();