From a6fde2dbcdcc5c33aec24e0fade6d4ecc97eda37 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 7 Nov 2022 15:33:18 +1100 Subject: [PATCH] Minor formatting changes for tests --- tests/Feature/Import/ImportCompanyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Import/ImportCompanyTest.php b/tests/Feature/Import/ImportCompanyTest.php index 1883e7bdd227..d7e6d3159bad 100644 --- a/tests/Feature/Import/ImportCompanyTest.php +++ b/tests/Feature/Import/ImportCompanyTest.php @@ -792,7 +792,7 @@ class ImportCompanyTest extends TestCase $this->assertEquals(25, count($this->backup_json_object->backups)); $this->genericImportWithoutCompany(Backup::class, - ['activity_id', 'hashed_id','html_backup'], + ['activity_id', 'hashed_id', 'html_backup'], [ ['activities' => 'activity_id'], ],