Skip to content

Commit

Permalink
Fix test_search_query.py
Browse files Browse the repository at this point in the history
Fixed a typo in a query defined within `TestDirSearchQuery.mixed_case_query_params` attribute.
  • Loading branch information
rahul4732saini committed Jul 5, 2024
1 parent 0c85c1a commit 92e670c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_query/test_search_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class TestDirSearchQuery:

mixed_case_query_params = [
f"r SELECT[Type DiR] * fROm '{TEST_DIRECTORY / 'file_dir'}'",
f"sEeECl[typE dIr] name, parent, ctime FroM '{TEST_DIRECTORY / 'file_dir'}'",
f"sEleCt[typE dIr] name, parent, ctime FroM '{TEST_DIRECTORY / 'file_dir'}'",
f"Recursive Select[TYPE DIR] * From '{TEST_DIRECTORY}' Where name In ('orders', 'reports')",
]

Expand Down

0 comments on commit 92e670c

Please sign in to comment.