Skip to content

Commit db6785e

Browse files
committed
test: fix test-datetime-change-notify after daylight change
Add standard timezone name for Dublin without daylight saving
1 parent b5aa08d commit db6785e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-datetime-change-notify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const cases = [
2626
},
2727
{
2828
timeZone: 'Europe/Dublin',
29-
expected: /Irish/,
29+
expected: /(Irish Standard Time|Greenwich Mean Time)/,
3030
},
3131
];
3232

0 commit comments

Comments
 (0)