Skip to content

Commit

Permalink
Fix expected time zone count
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 3, 2021
1 parent b9f25c0 commit 5380c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nerves_time_zones_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ defmodule NervesTimeZonesTest do

# This probably changes with tzdata releases, but if it's not in this
# range, it would be good to double check the database generation.
assert_in_delta length(tz_list), 384, 10
assert_in_delta length(tz_list), 472, 10

assert "Africa/Nairobi" in tz_list
refute "" in tz_list
Expand Down

0 comments on commit 5380c85

Please sign in to comment.