mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
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…
x
Reference in New Issue
Block a user