Skip to content

Commit b25ba5d

Browse files
Add test for data extraction
1 parent 2f74a04 commit b25ba5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests_and_examples/runQueryTests.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ class SlicingDiceTester {
191191
'count_entity': 'countEntity',
192192
'count_event': 'countEvent',
193193
'top_values': 'topValues',
194-
'aggregation': 'aggregation'
194+
'aggregation': 'aggregation',
195+
'result': 'result'
195196
};
196197

197198
this.client[queryTypeMethodMap[queryType]](queryData, true).then((resp) =>{

0 commit comments

Comments
 (0)