Skip to content

Commit

Permalink
Update test_parser_statements.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed May 2, 2023
1 parent d1dfa0e commit d1242ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parser/test_parser_statements.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def test_parser_statement_types(self):
FeatureExtractor(data))
LIMIT 1;""",
]
# The queries below are the result of randomly changing the case of the
# characters in the above queries.
randomized_cases = [
"Create index TestIndex on MyVideo (featCol) using HNSW;",
"""create table if not exists Persons (
Expand Down

0 comments on commit d1242ae

Please sign in to comment.