Compare commits

..

1 Commits

Author SHA1 Message Date
josha.von.gizycki 7d7218a93f add assertion 2 years ago

@ -169,7 +169,8 @@
-[:of]->(rev:revision)
-[:of]->(i: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"
(inst-routes/route-delete! (:uuid instance))

Loading…
Cancel
Save