Skip to content

Commit 34e3d60

Browse files
committed
Add SQL tests do Java client
[skip ci]
1 parent 212c97e commit 34e3d60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/slicingdice/jslicer/RunQueryTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ private static String getDemoKey() {
2121
public static void main(final String[] args) throws ExecutionException, InterruptedException {
2222
// the query types to use on tests
2323
final ArrayList<String> queryTypes = new ArrayList<String>() {{
24+
add("sql");
2425
add("count_entity");
2526
add("count_event");
2627
add("top_values");

0 commit comments

Comments
 (0)