From ce1fa2f41df18f47be422d4f8dbcaf87b7d841a3 Mon Sep 17 00:00:00 2001 From: Matt Mayer Date: Sat, 24 Dec 2022 08:47:59 +0700 Subject: feat(locale): update location/country list (#1676) --- test/__snapshots__/location.spec.ts.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/__snapshots__/location.spec.ts.snap b/test/__snapshots__/location.spec.ts.snap index cdb6fdb1..ffe73ffd 100644 --- a/test/__snapshots__/location.spec.ts.snap +++ b/test/__snapshots__/location.spec.ts.snap @@ -12,7 +12,7 @@ exports[`location > 42 > city 1`] = `"Port Valentine"`; exports[`location > 42 > cityName 1`] = `"Hamilton"`; -exports[`location > 42 > country 1`] = `"Haiti"`; +exports[`location > 42 > country 1`] = `"Guinea"`; exports[`location > 42 > countryCode > noArgs 1`] = `"GY"`; @@ -168,7 +168,7 @@ exports[`location > 1337 > city 1`] = `"New Carmella"`; exports[`location > 1337 > cityName 1`] = `"East Hartford"`; -exports[`location > 1337 > country 1`] = `"Equatorial Guinea"`; +exports[`location > 1337 > country 1`] = `"Egypt"`; exports[`location > 1337 > countryCode > noArgs 1`] = `"EH"`; -- cgit v1.2.3