From ca8539d6e7e0ddbb679c67e8bef5bcf67a505509 Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Mon, 1 Nov 2021 18:37:23 +0800 Subject: [PATCH] test: test case for Europe/Dublin should cover daylight saving time --- test/parallel/test-datetime-change-notify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-datetime-change-notify.js b/test/parallel/test-datetime-change-notify.js index 9cd6d7abfd898a..0c9ad22dd84668 100644 --- a/test/parallel/test-datetime-change-notify.js +++ b/test/parallel/test-datetime-change-notify.js @@ -26,7 +26,7 @@ const cases = [ }, { timeZone: 'Europe/Dublin', - expected: /Irish/, + expected: /(Greenwich Mean|Irish Standard)/, }, ];