From 2f55918ab64a9ae6edb407bd967a4c1ec188b2d9 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 2 Aug 2015 13:21:03 +0200 Subject: Running example with quartz in akka --- 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 9284780..084b25f 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 :InfluxDB = "http://localhost" + val db :InfluxDB = fromUrl("http://localhost") assertTrue((SELECT("foo") FROM "bla" WHERE col("a") == "asd") .toString().contains("as")) -- cgit v1.2.1