Skip to content

Commit 78a24e5

Browse files
run sql queries
1 parent 04290dc commit 78a24e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests_and_examples/run_query_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,13 +387,13 @@ def indexof(x, result):
387387
def main():
388388
# SlicingDice queries to be tested. Must match the JSON file name.
389389
query_types = [
390+
'sql',
390391
'count_entity',
391392
'count_event',
392393
'top_values',
393394
'aggregation',
394395
'score',
395-
'result',
396-
'sql'
396+
'result'
397397
]
398398

399399
# Testing class with demo API key or one of your API key

0 commit comments

Comments
 (0)