Skip to content

Commit 3b82577

Browse files
Add test for data extraction score
1 parent 2029f7c commit 3b82577

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
@@ -192,7 +192,8 @@ class SlicingDiceTester {
192192
'count_event': 'countEvent',
193193
'top_values': 'topValues',
194194
'aggregation': 'aggregation',
195-
'result': 'result'
195+
'result': 'result',
196+
'score': 'score'
196197
};
197198

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

0 commit comments

Comments
 (0)