Skip to content

Commit 5e40b77

Browse files
committed
Fixed typeScript definitions
1 parent c3e6e4f commit 5e40b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/countries/countries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ exports.countries = {
688688
test.deepEqual(tz.zonesForCountry("GG"), ["Europe/Guernsey","Europe/London"]);
689689
test.deepEqual(tz.zonesForCountry("GH"), ["Africa/Accra"]);
690690
test.deepEqual(tz.zonesForCountry("GI"), ["Europe/Gibraltar"]);
691-
test.deepEqual(tz.zonesForCountry("GL"), ["America/Danmarkshavn","America/Godthab","America/Scoresbysund","America/Thule"]);
691+
test.deepEqual(tz.zonesForCountry("GL"), ["America/Danmarkshavn","America/Nuuk","America/Scoresbysund","America/Thule"]);
692692
test.deepEqual(tz.zonesForCountry("GM"), ["Africa/Abidjan","Africa/Banjul"]);
693693
test.deepEqual(tz.zonesForCountry("GN"), ["Africa/Abidjan","Africa/Conakry"]);
694694
test.deepEqual(tz.zonesForCountry("GP"), ["America/Guadeloupe","America/Port_of_Spain"]);

0 commit comments

Comments
 (0)