Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Feb 23, 2024
1 parent 0a2eee8 commit 511d862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,4 +633,4 @@ class Model(BaseModel):
value: datetime

m = Model(value='2015-10-21')
assert m.value == datetime(2015, 10, 21, 0, 0, tzinfo=timezone.utc)
assert m.value == datetime(2015, 10, 21, 0, 0)

0 comments on commit 511d862

Please sign in to comment.