Fixes for tests

This commit is contained in:
David Bomba 2020-12-20 20:13:40 +11:00
parent c1edc905db
commit 5aae89d9ea

View File

@ -76,7 +76,7 @@ class ExportCsvTest extends TestCase
} }
} }
Storage::put(base_path('invy.csv'), $csv->getContent()); //Storage::put(base_path('invy.csv'), $csv->getContent());
$this->markTestSkipped(); $this->markTestSkipped();
} }