Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jan 21, 2025
1 parent dee8e1a commit 3b703a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sql_battery/test_shapes_and_errors_battery.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
("SELECT * FROM $astronauts", 357, 19, None),
("SELECT * FROM $no_table", 1, 1, None),
("SELECT * FROM sqlite.planets", 9, 20, None),
("SELECT * FROM $variables", 42, 5, None),
("SELECT * FROM $variables", 43, 5, None),
("SELECT * FROM $missions", 4630, 8, None),
("SELECT * FROM $statistics", 17, 2, None),
("SELECT * FROM $stop_words", 305, 1, None),
Expand Down

0 comments on commit 3b703a8

Please sign in to comment.