diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-08-02 13:21:03 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2015-08-02 13:21:03 +0200 |
commit | 2f55918ab64a9ae6edb407bd967a4c1ec188b2d9 (patch) | |
tree | 771d5287ce991bec7bca4209c450710a7a809100 /src/test | |
parent | 653fe83aad54dad0abd9e2d61843b3cb559d458b (diff) | |
download | influxdb-tools-2f55918ab64a9ae6edb407bd967a4c1ec188b2d9.tar.gz influxdb-tools-2f55918ab64a9ae6edb407bd967a4c1ec188b2d9.zip |
Running example with quartz in akka
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/scala/org/xapek/influxdb/InfluxdbTest.scala | 2 |
1 files changed, 1 insertions, 1 deletions
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")) |