From 5e40b77d767376e286f1df7f75d7d30e05a41377 Mon Sep 17 00:00:00 2001 From: ellenaua Date: Sun, 17 May 2020 14:13:18 +0300 Subject: [PATCH] Fixed typeScript definitions --- tests/countries/countries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/countries/countries.js b/tests/countries/countries.js index fdfd7391..944fc32f 100644 --- a/tests/countries/countries.js +++ b/tests/countries/countries.js @@ -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"]);