BAEL-1486 - sample code for JGroups. Fixed a typo in InfluxDB. (#3578)

This commit is contained in:
Eric Goebelbecker
2018-02-03 22:49:11 -05:00
committed by maibin
parent 8b7630335a
commit bf5b3045a1
7 changed files with 323 additions and 3 deletions
@@ -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());