We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04290dc commit 78a24e5Copy full SHA for 78a24e5
tests_and_examples/run_query_tests.py
@@ -387,13 +387,13 @@ def indexof(x, result):
387
def main():
388
# SlicingDice queries to be tested. Must match the JSON file name.
389
query_types = [
390
+ 'sql',
391
'count_entity',
392
'count_event',
393
'top_values',
394
'aggregation',
395
'score',
- 'result',
396
- 'sql'
+ 'result'
397
]
398
399
# Testing class with demo API key or one of your API key
0 commit comments