Removed unecessary check for empty? in nodes-test

This commit is contained in:
Mattias Holmqvist 2011-05-12 01:40:43 +02:00
parent f8b4f3e23e
commit cd87342800
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ list, Alan Dipert and MeikelBrandmeyer."
(is (compute-service? (compute-service (compute-context *compute*)))))
(deftest nodes-test
(is (empty? (nodes *compute*)))
(is (create-node *compute* "fred" (build-template *compute* {} )))
(is (= 1 (count (nodes *compute*))))
(is (= 1 (count (nodes-in-group *compute* "fred"))))