Skip to content

Commit

Permalink
updates from other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
klahnakoski committed Jun 20, 2024
1 parent dfe61a6 commit b864118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_join_on_using_together(self):

def test_dash_in_tablename_general(self):
with self.assertRaises(Exception):
# 012345678901234567890123456789012345678901234567890123456789
# 012345678901234567890123456789012345678901234567890123456789
parse("select * from coverage-summary.source.file.covered limit 20")

def test_join_on_using_together_general(self):
Expand Down

0 comments on commit b864118

Please sign in to comment.