Skip to content

Commit

Permalink
small test tweak to get tests passing for me
Browse files Browse the repository at this point in the history
  • Loading branch information
21echoes committed Oct 24, 2017
1 parent f8e6865 commit d2963ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patreon/version_compatibility/utc_timezone_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_utc_timezone_returns_timezone_with_expected_tzname():
assert utc_timezone.utc_timezone().tzname(None) == 'UTC'
assert utc_timezone.utc_timezone().tzname(None) in ['UTC', 'UTC+00:00']

0 comments on commit d2963ba

Please sign in to comment.