Skip to content

Commit

Permalink
fix base language in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mh-Asmi committed Jan 21, 2025
1 parent ef480c7 commit e838a53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Unit/Modules/V3/Repository/PostRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public function testCreateMany()
'type' => 'report',
'status' => 'published',
'locale' => 'en_US',
'base_language' => 'en_US',
'values' => [
'test-location' => [[
'lat' => 1,
Expand All @@ -84,6 +85,7 @@ public function testCreateMany()
'type' => 'report',
'status' => 'published',
'locale' => 'en_US',
'base_language' => 'en_US',
'values' => [
'test-location' => [[
'lat' => 2,
Expand All @@ -99,6 +101,7 @@ public function testCreateMany()
'type' => 'report',
'status' => 'published',
'locale' => 'en_US',
'base_language' => 'en_US',
'values' => [
'test-location' => [[
'lat' => 7,
Expand Down Expand Up @@ -185,6 +188,7 @@ public function testCreateManyWithMedia()
'type' => 'report',
'status' => 'published',
'locale' => 'en_US',
'base_language' => 'en_US',
'values' => [
'test-location' => [[
'lat' => 1,
Expand All @@ -207,6 +211,7 @@ public function testCreateManyWithMedia()
'type' => 'report',
'status' => 'published',
'locale' => 'en_US',
'base_language' => 'en_US',
'values' => [
'test-location' => [[
'lat' => 2,
Expand Down

0 comments on commit e838a53

Please sign in to comment.