Removing one more unecessary check in nodes-test

This commit is contained in:
Mattias Holmqvist 2011-05-12 02:06:46 +02:00
parent 19672715e0
commit 73deebebbf
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ list, Alan Dipert and MeikelBrandmeyer."
(deftest nodes-test
(is (create-node *compute* "fred" (build-template *compute* {} )))
(is (= 1 (count (nodes *compute*))))
(is (= 1 (count (nodes-in-group *compute* "fred"))))
(is (= 1 (count (nodes-with-details-matching *compute* #(= (.getGroup %) "fred")))))
(is (= 1 (count (nodes-with-details-matching *compute*