We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c2130 commit 63d34eaCopy full SHA for 63d34ea
src/test/java/com/influxdb/v3/client/InfluxDBClientTest.java
@@ -138,13 +138,13 @@ public void testQuery() throws Exception {
138
String uuid = UUID.randomUUID().toString();
139
long timestamp = Instant.now().getEpochSecond();
140
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",
+ "host9,tag=empty "
+ +"name=\"intel\","
+ +"mem_total=2048,"
+ +"disk_free=100,"
+ +"temperature=100.86,"
+ +"isActive=true,"
+ +"testId=\"%s\" %d",
148
uuid,
149
timestamp
150
);
0 commit comments