Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 13, 2022
1 parent b643e27 commit 09775b5
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 @@ -342,7 +342,7 @@ def test_do_ping(tmp_path: Path, caplog: LogCaptureFixture) -> None:
def test_361() -> None:
# setup
conn = duckdb.connect("test.duckdb")
conn.execute("create table test (dt date); insert into test values ('2022-01-01');");
conn.execute("create table test (dt date); insert into test values ('2022-01-01');")

# query
engine = create_engine("duckdb:///test.duckdb")
Expand Down

0 comments on commit 09775b5

Please sign in to comment.