Skip to content

Commit

Permalink
Corrige teste
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Jun 20, 2024
1 parent c308bbf commit 6d48aac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/EducacensoTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ public function setUp(): void
\Artisan::call('db:seed', ['--class' => 'DefaultModulesEducacensoOrgaoRegionalTableSeeder']);

$country = Country::updateOrCreate([
'id' => 1,
'ibge_code' => '76',
], [
'name' => 'Brasil',
'ibge_code' => '76',
]);

DistrictFactory::new()->create([
Expand Down

0 comments on commit 6d48aac

Please sign in to comment.