aboutsummaryrefslogtreecommitdiff
path: root/tests/Entities
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Entities')
-rw-r--r--tests/Entities/CountryEntityTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Entities/CountryEntityTest.php b/tests/Entities/CountryEntityTest.php
index dd44075..ffff4fd 100644
--- a/tests/Entities/CountryEntityTest.php
+++ b/tests/Entities/CountryEntityTest.php
@@ -32,7 +32,7 @@ final class CountryEntityTest extends TestCase {
public function testCreateEntity(): void {
$faker = Faker::create();
- $id = $faker->numberBetween(1, 100);
+ $id = $faker->unique()->sha256;
$iso = $faker->countryCode;
$lang = $faker->languageCode;
$name = $faker->unique()->sha256;