Skip to content

Commit

Permalink
Fix test, where is my brain
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Sep 7, 2023
1 parent 85d99cd commit 2c21d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def test_use_pytz_default_USE_DEPRECATED_PYTZ_unset():


def test_get_tz_backend_when_use_pytz_is_none():
assert get_tz_backend(None) is USE_PYTZ_DEFAULT
assert get_tz_backend(None) is get_tz_backend(USE_PYTZ_DEFAULT)

0 comments on commit 2c21d8a

Please sign in to comment.