Skip to content

Commit

Permalink
brace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Oct 30, 2023
1 parent 4401329 commit eb8404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdb_engine/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def test_do_ping(tmp_path: Path, caplog: LogCaptureFixture) -> None:
def test_361(engine: Engine) -> None:
with engine.connect() as conn:
conn.execute(text("create table test (dt date);"))
conn.execute(text("insert into test values ('2022-01-01');")
conn.execute(text("insert into test values ('2022-01-01');"))

metadata = MetaData(engine)
metadata.reflect()
Expand Down

0 comments on commit eb8404d

Please sign in to comment.