Skip to content

Commit

Permalink
test: fix iso_8601_datetime matcher test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Mar 12, 2023
1 parent 96bac1d commit fff6413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_matchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def test_iso_8601_datetime(self):
"o": 0,
},
"generate": datetime.datetime(
1991, 2, 20, 6, 35, 26, 79043,
1991, 2, 20, 6, 35, 26,
tzinfo=datetime.timezone.utc
).isoformat(),
},
Expand Down

0 comments on commit fff6413

Please sign in to comment.