Bael-1364 - Introduction to Lettuce (#3415)

This commit is contained in:
Eric Goebelbecker
2018-01-14 16:48:42 -05:00
committed by maibin
parent 37a1b43426
commit 22dbf2c8cd
4 changed files with 322 additions and 1 deletions
@@ -55,7 +55,7 @@ public class InfluxDBConnectionLiveTest {
InfluxDB connection = connectDatabase();
// Create "baeldung and check for it
// Create "baeldung" and check for it
connection.createDatabase("baeldung");
assertTrue(connection.databaseExists("baeldung"));