Fix unit tests for eggs

This commit is contained in:
Dane Everitt
2020-10-05 21:29:35 -07:00
parent 0f4f2235a3
commit 0c2bd416ee
14 changed files with 130 additions and 200 deletions

View File

@@ -130,7 +130,7 @@ class EggSeeder extends Seeder
['nest_id', '=', $nest->id],
]);
$this->updateImporterService->handle($egg->id, $file);
$this->updateImporterService->handle($egg, $file);
$this->command->info('Updated ' . $decoded->name);
} catch (RecordNotFoundException $exception) {