Skip to content

Commit bab2453

Browse files
committed
tests: add assertion that all tags in series are accounted for
1 parent 10be978 commit bab2453

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/test/java/com/influxdb/client/internal/InfluxQLQueryApiImplTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ void readInfluxQLResultWithTagCommas() throws IOException {
164164
}
165165
}
166166
}
167+
Assertions.assertThat(index).isEqualTo(testTags.size());
167168
}
168169

169170
/*

0 commit comments

Comments
 (0)