Skip to content

Commit 070724f

Browse files
committed
test: use the same measurement in test
1 parent fcfdb06 commit 070724f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/com/influxdb/v3/client/ITQueryWrite.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,7 @@ void pointValues() {
236236
@Test
237237
public void handleFlightRuntimeException() throws IOException {
238238
Instant now = Instant.now();
239-
String measurement = String.format(
240-
"/%d/test/com/influxdb/v3/client/ITQueryWrite/handleFlightRuntimeException", now.toEpochMilli()
241-
);
239+
String measurement = "/influxdb3-java/test/handleFlightRuntimeException";
242240

243241
client = getInstance();
244242

0 commit comments

Comments
 (0)