Skip to content

Commit

Permalink
test: fix test-datetime-change-notfy after daylight change
Browse files Browse the repository at this point in the history
Add standard timezone name for Dublin without daylight saving
  • Loading branch information
PiotrRybak committed Oct 31, 2021
1 parent b5aa08d commit 2d67e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-datetime-change-notify.js
Expand Up @@ -26,7 +26,7 @@ const cases = [
},
{
timeZone: 'Europe/Dublin',
expected: /Irish/,
expected: /(Irish Standard Time|Greenwich Mean Time)/,
},
];

Expand Down

0 comments on commit 2d67e0f

Please sign in to comment.