Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Sep 4, 2023
1 parent dfb2f1f commit 21e2f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/test_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ def test_db_10(testing_database):
123456,
-1,
"id",
datetime(2012, 3, 3, 10, 10, 10).isoformat(),
datetime(2012, 3, 3, 10, 10, 10).isoformat(),
datetime(2012, 3, 3, 10, 10, 10).timestamp(),
datetime(2012, 3, 3, 10, 10, 10).timestamp(),
"",
"",
]
Expand Down
2 changes: 1 addition & 1 deletion tests/truth_values.py

Large diffs are not rendered by default.

0 comments on commit 21e2f9e

Please sign in to comment.