mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
Removing one more unecessary check in nodes-test
This commit is contained in:
parent
19672715e0
commit
73deebebbf
@ -56,7 +56,6 @@ list, Alan Dipert and MeikelBrandmeyer."
|
|||||||
|
|
||||||
(deftest nodes-test
|
(deftest nodes-test
|
||||||
(is (create-node *compute* "fred" (build-template *compute* {} )))
|
(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-in-group *compute* "fred"))))
|
||||||
(is (= 1 (count (nodes-with-details-matching *compute* #(= (.getGroup %) "fred")))))
|
(is (= 1 (count (nodes-with-details-matching *compute* #(= (.getGroup %) "fred")))))
|
||||||
(is (= 1 (count (nodes-with-details-matching *compute*
|
(is (= 1 (count (nodes-with-details-matching *compute*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user