Skip to content

Commit

Permalink
alskdj
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Sep 4, 2023
1 parent 8e4e0ff commit e5861b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/test_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def test_db_9(testing_database):
print("Check DQM2MirrorDB.get_graphs_data()")
truth = TEST_DB_9_TRUTH
answer = json.dumps(testing_database.get_graphs_data(358792))
print(answer)
assert truth == answer


Expand All @@ -236,8 +235,10 @@ def test_db_10(testing_database):
123456,
-1,
"id",
TZ.localize(datetime(2012, 3, 3, 10, 10, 10), is_dst=None).timestamp(),
TZ.localize(datetime(2012, 3, 3, 10, 10, 10), is_dst=None).timestamp(),
# TZ.localize(datetime(2012, 3, 3, 10, 10, 10), is_dst=None).timestamp(),
# TZ.localize(datetime(2012, 3, 3, 10, 10, 10), is_dst=None).timestamp(),
datetime(2012, 3, 3, 10, 10, 10).timestamp(),
datetime(2012, 3, 3, 10, 10, 10).timestamp(),
"",
"",
]
Expand Down Expand Up @@ -266,7 +267,7 @@ def test_db_11(testing_database):
"",
"",
"",
TZ.localize(datetime(2012, 3, 3, 10, 10, 10), is_dst=None),
datetime(2012, 3, 3, 10, 10, 10),
"",
)
header = {"_id": "id", "run": "123456"}
Expand Down

0 comments on commit e5861b3

Please sign in to comment.