From 653fe83aad54dad0abd9e2d61843b3cb559d458b Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Wed, 17 Jun 2015 00:07:37 +0200 Subject: some more stuff that works --- src/test/scala/org/xapek/influxdb/InfluxdbTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/scala/org/xapek/influxdb/InfluxdbTest.scala b/src/test/scala/org/xapek/influxdb/InfluxdbTest.scala index 2ec83c3..9284780 100644 --- a/src/test/scala/org/xapek/influxdb/InfluxdbTest.scala +++ b/src/test/scala/org/xapek/influxdb/InfluxdbTest.scala @@ -9,7 +9,7 @@ class AppTest { @Test def testStatements() = { - val db = new InfluxDB("data", "localhost") + val db :InfluxDB = "http://localhost" assertTrue((SELECT("foo") FROM "bla" WHERE col("a") == "asd") .toString().contains("as")) -- cgit v1.2.1