Skip to content

Commit

Permalink
Fix timezone test error.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Aug 9, 2023
1 parent 62cb887 commit 78300e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ def test_call_method_name_with_datetime_as_epoch_type_hint():
actual = _get_actual("get_datetime", kwargs={"_datetime": 1691499534})

assert isinstance(actual, datetime)
assert actual == datetime(2023, 8, 8, 8, 58, 54)


def test_call_method_name_with_date_as_epoch_type_hint():
Expand Down

0 comments on commit 78300e2

Please sign in to comment.