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 63d34ea commit 63e4dd4Copy full SHA for 63e4dd4
src/test/java/com/influxdb/v3/client/InfluxDBClientTest.java
@@ -139,12 +139,12 @@ public void testQuery() throws Exception {
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",
+ + "name=\"intel\","
+ + "mem_total=2048,"
+ + "disk_free=100,"
+ + "temperature=100.86,"
+ + "isActive=true,"
+ + "testId=\"%s\" %d",
148
uuid,
149
timestamp
150
);
0 commit comments