Skip to content

Commit

Permalink
Fix MET guess test for new data
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed Oct 6, 2024
1 parent f51dc2e commit 5086b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zones/met.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports["MET"] = {

"guess:by:offset" : helpers.makeTestGuess("MET", { offset: true, expect: "Europe/Paris" }),

"guess:by:abbr" : helpers.makeTestGuess("MET", { abbr: true }),
"guess:by:abbr" : helpers.makeTestGuess("MET", { abbr: true, expect: "Europe/Paris" }),

"1879" : helpers.makeTestYear("MET", [
["1879-12-31T23:42:29+00:00", "23:59:59", "LMT", -1050 / 60],
Expand Down

0 comments on commit 5086b53

Please sign in to comment.