Skip to content

Commit 63d34ea

Browse files
wip
1 parent 32c2130 commit 63d34ea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ public void testQuery() throws Exception {
138138
String uuid = UUID.randomUUID().toString();
139139
long timestamp = Instant.now().getEpochSecond();
140140
String record = String.format(
141-
"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",
141+
"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",
148148
uuid,
149149
timestamp
150150
);

0 commit comments

Comments
 (0)