Cleanup Exporter; use firstOrCreate for any missing data we can infer/setup defaults for
This commit is contained in:
@@ -253,7 +253,7 @@ class ImporterTest extends TestCase
|
||||
|
||||
// Test the conversion
|
||||
|
||||
$exporter = new \App\Services\Import\FlightExporter();
|
||||
$exporter = new \App\Services\ImportExport\FlightExporter();
|
||||
$exported = $exporter->export($flight);
|
||||
|
||||
$this->assertEquals('VMS', $exported['airline']);
|
||||
|
||||
Reference in New Issue
Block a user