Skip to content

Commit 63e4dd4

Browse files
wip
1 parent 63d34ea commit 63e4dd4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ public void testQuery() throws Exception {
139139
long timestamp = Instant.now().getEpochSecond();
140140
String record = String.format(
141141
"host9,tag=empty "
142-
+"name=\"intel\","
143-
+"mem_total=2048,"
144-
+"disk_free=100,"
145-
+"temperature=100.86,"
146-
+"isActive=true,"
147-
+"testId=\"%s\" %d",
142+
+ "name=\"intel\","
143+
+ "mem_total=2048,"
144+
+ "disk_free=100,"
145+
+ "temperature=100.86,"
146+
+ "isActive=true,"
147+
+ "testId=\"%s\" %d",
148148
uuid,
149149
timestamp
150150
);

0 commit comments

Comments
 (0)