File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/src/test/java/com/influxdb/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ void suggestions() throws IOException {
150
150
.hasSize (4 )
151
151
.hasEntrySatisfying ("columnKey" , value -> Assertions .assertThat (value ).isEqualTo ("array" ))
152
152
.hasEntrySatisfying ("rowKey" , value -> Assertions .assertThat (value ).isEqualTo ("array" ))
153
- .hasEntrySatisfying ("tables" , value -> Assertions .assertThat (value ).isEqualTo ("array " ))
153
+ .hasEntrySatisfying ("tables" , value -> Assertions .assertThat (value ).isEqualTo ("stream " ))
154
154
.hasEntrySatisfying ("valueColumn" , value -> Assertions .assertThat (value ).isEqualTo ("string" ));
155
155
156
156
FluxSuggestion suggestion = queryService .getQuerySuggestionsName ("range" , null ).execute ().body ();
@@ -159,7 +159,7 @@ void suggestions() throws IOException {
159
159
.hasSize (3 )
160
160
.hasEntrySatisfying ("start" , value -> Assertions .assertThat (value ).isEqualTo ("invalid" ))
161
161
.hasEntrySatisfying ("stop" , value -> Assertions .assertThat (value ).isEqualTo ("invalid" ))
162
- .hasEntrySatisfying ("tables" , value -> Assertions .assertThat (value ).isEqualTo ("array " ));
162
+ .hasEntrySatisfying ("tables" , value -> Assertions .assertThat (value ).isEqualTo ("stream " ));
163
163
164
164
}
165
165
}
You can’t perform that action at this time.
0 commit comments