Skip to content

Commit

Permalink
Don't spec engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunyu Lin committed Dec 21, 2023
1 parent 1a71ecf commit 64218ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dbapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_insert_and_read_data(self):
CREATE TABLE rate (
day Date,
value Int32
) ENGINE = Memory""")
)""")

# Insert values
cur.execute("INSERT INTO rate VALUES ('2024-01-01', 24)")
Expand Down

0 comments on commit 64218ba

Please sign in to comment.