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 0b6743f commit f3c4826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ 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(),
datetime(2012, 3, 3, 10, 10, 10).timestamp(),
datetime(2012, 3, 3, 10, 10, 10).timestamp(),
"",
"",
]
Expand Down Expand Up @@ -271,7 +271,7 @@ def test_db_11(testing_database):
document = {}
testing_database.fill(header, document)
answer = testing_database.get(123456, 123456)[0]

print(answer)
with testing_database.engine.connect() as cur:
session = testing_database.Session(bind=cur)
session.execute(
Expand Down

0 comments on commit f3c4826

Please sign in to comment.