Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Apr 16, 2019
1 parent 2762710 commit 9e3a9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zones/etc/uct.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports["Etc/UCT"] = {

"guess:by:offset" : helpers.makeTestGuess("Etc/UCT", { offset: true, expect: "Africa/Abidjan" }),

"guess:by:abbr" : helpers.makeTestGuess("Etc/UCT", { abbr: true }),
"guess:by:abbr" : helpers.makeTestGuess("Etc/UCT", { abbr: true, expect: "Etc/UTC" }),


};

0 comments on commit 9e3a9b8

Please sign in to comment.