Skip to content

Commit cd143ec

Browse files
committed
wip
1 parent 4e618d7 commit cd143ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Foundation/FoundationHelpersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public function testFakeUsesLocale()
266266
// Should fallback to en_US
267267
$this->assertSame('Arkansas', fake()->state());
268268
$this->assertSame('Australian Capital Territory', fake('en_AU')->state());
269-
$this->assertSame('Guadeloupe', fake('fr_FR')->region());
269+
$this->assertContains(fake('fr_FR')->region(), ['Provence-Alpes-Côte d\'Azur', 'Guadeloupe']);
270270

271271
app()->instance('config', new ConfigRepository(['app' => ['faker_locale' => 'en_AU']]));
272272
mt_srand(4, MT_RAND_PHP);

0 commit comments

Comments
 (0)