We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a699336 commit 933cff4Copy full SHA for 933cff4
tests/unit/test-kele.el
@@ -971,8 +971,8 @@ metadata:
971
:context "development"
972
:verb 'deletecollection)))
973
(expect (listp candidates) :to-be-truthy)
974
- (expect (member "pods" candidates) :to-be-truthy)
+ (expect "pods" :to-be-in candidates)
975
;; componentstatuses doesn't support deletecollection
976
- (expect (member "componentstatuses" candidates) :not :to-be-truthy))))
+ (expect "componentstatuses" :not :to-be-in candidates))))
977
978
;;; test-kele.el ends here
0 commit comments