diff --git a/tests/Feature/Export/ReportPreviewTest.php b/tests/Feature/Export/ReportPreviewTest.php index 26dd600260..7beecc2ece 100644 --- a/tests/Feature/Export/ReportPreviewTest.php +++ b/tests/Feature/Export/ReportPreviewTest.php @@ -60,6 +60,7 @@ class ReportPreviewTest extends TestCase \App\Models\Invoice::factory()->count(5)->create([ 'company_id' => $this->company->id, 'user_id' => $this->user->id, + 'client_id' => $this->client->id, ]); $data = [