Skip to content

Commit

Permalink
Update test/test_truncate_table.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Brencz <[email protected]>
  • Loading branch information
T-Santos and macbre committed Aug 26, 2024
1 parent d9fc084 commit 17a2d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_truncate_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def test_truncate_table():
parser = Parser("TRUNCATE TABLE foo")
assert parser.query_type == QueryType.TRUNCATE
assert parser.tables == ["foo"]
assert parser.columns == []
assert parser.columns == []

0 comments on commit 17a2d07

Please sign in to comment.