summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2015-08-02 13:21:03 +0200
committerYves Fischer <yvesf-git@xapek.org>2015-08-02 13:21:03 +0200
commit2f55918ab64a9ae6edb407bd967a4c1ec188b2d9 (patch)
tree771d5287ce991bec7bca4209c450710a7a809100 /src/test
parent653fe83aad54dad0abd9e2d61843b3cb559d458b (diff)
downloadinfluxdb-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.scala2
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"))