Skip to content

Commit

Permalink
Fixed typeScript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenaua committed May 17, 2020
1 parent c3e6e4f commit 5e40b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/countries/countries.js
Expand Up @@ -688,7 +688,7 @@ exports.countries = {
test.deepEqual(tz.zonesForCountry("GG"), ["Europe/Guernsey","Europe/London"]);
test.deepEqual(tz.zonesForCountry("GH"), ["Africa/Accra"]);
test.deepEqual(tz.zonesForCountry("GI"), ["Europe/Gibraltar"]);
test.deepEqual(tz.zonesForCountry("GL"), ["America/Danmarkshavn","America/Godthab","America/Scoresbysund","America/Thule"]);
test.deepEqual(tz.zonesForCountry("GL"), ["America/Danmarkshavn","America/Nuuk","America/Scoresbysund","America/Thule"]);
test.deepEqual(tz.zonesForCountry("GM"), ["Africa/Abidjan","Africa/Banjul"]);
test.deepEqual(tz.zonesForCountry("GN"), ["Africa/Abidjan","Africa/Conakry"]);
test.deepEqual(tz.zonesForCountry("GP"), ["America/Guadeloupe","America/Port_of_Spain"]);
Expand Down

0 comments on commit 5e40b77

Please sign in to comment.