Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ditto
  • Loading branch information
michaelklishin committed Nov 27, 2013
1 parent f35e264 commit c329282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/clojurewerkz/neocons/rest/test/constraints_test.clj
@@ -1,8 +1,8 @@
(ns clojurewerkz.neocons.rest.test.constraints-test
(:require [clojurewerkz.neocons.rest :as neorest]
[clojurewerkz.neocons.rest.nodes :as nodes]
[clojurewerkz.neocons.rest.constraints :as cts])
(:use clojure.test))
[clojurewerkz.neocons.rest.constraints :as cts]
[clojure.test :refer :all]))

(neorest/connect! "http://localhost:7474/db/data/")

Expand Down

0 comments on commit c329282

Please sign in to comment.