BAEL-1486 - sample code for JGroups. Fixed a typo in InfluxDB. (#3578)
This commit is contained in:
committed by
maibin
parent
8b7630335a
commit
bf5b3045a1
@@ -8,7 +8,6 @@ import org.influxdb.dto.*;
|
||||
import org.influxdb.impl.InfluxDBResultMapper;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
@@ -103,7 +102,7 @@ public class InfluxDBConnectionLiveTest {
|
||||
// another brief pause.
|
||||
Thread.sleep(10);
|
||||
|
||||
List<MemoryPoint> memoryPointList = getPoints(connection, "Select * from memory", "baeldung");
|
||||
List<com.baeldung.influxdb.MemoryPoint> memoryPointList = getPoints(connection, "Select * from memory", "baeldung");
|
||||
|
||||
assertEquals(10, memoryPointList.size());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user