Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Anupam authored and Anupam committed Jun 24, 2023
1 parent d2f8778 commit 4b5342b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def test_parse_shovel_operator():
"dest=<< SELECT * FROM work",
"dest=<<SELECT * FROM work",
"dest=<< SELECT * FROM work",
"dest = << select * FROM work",
"dest = <<select * FROM work",
"dest = << SELECT * FROM work",
"dest = <<SELECT * FROM work",
],
)
def test_parse_return_shovel_operator(input_string, ip):
Expand Down

0 comments on commit 4b5342b

Please sign in to comment.