mirror of https://github.com/apache/jclouds.git
Removed unecessary check for empty? in nodes-test
This commit is contained in:
parent
f8b4f3e23e
commit
cd87342800
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue