Compare commits

..

No commits in common. 'master' and 'v0.3.1' have entirely different histories.

@ -169,8 +169,7 @@
-[:of]->(rev:revision) -[:of]->(rev:revision)
-[:of]->(i:instance) -[:of]->(i:instance)
WHERE i.uuid = '" (:uuid instance) "' WHERE i.uuid = '" (:uuid instance) "'
RETURN rp.value")))) RETURN rp.value"))))))
(is (= 1 (single-result "MATCH (r:revision) RETURN COUNT(r)")))))
(testing "delete first instance" (testing "delete first instance"
(inst-routes/route-delete! (:uuid instance)) (inst-routes/route-delete! (:uuid instance))

Loading…
Cancel
Save