Skip to content

Commit

Permalink
..but then need to update the test
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed May 23, 2022
1 parent 2888608 commit 7796464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ mod test {
// check all non-excluded groups that are iterable
let mut groups = discovery.groups_alphabetical().into_iter();
let firstgroup = groups.next().unwrap();
assert_eq!(firstgroup.name, ApiGroup::CORE_GROUP);
assert_eq!(firstgroup.name(), ApiGroup::CORE_GROUP);
for group in groups {
for (ar, caps) in group.recommended_resources() {
if !caps.supports_operation(verbs::LIST) {
Expand Down

0 comments on commit 7796464

Please sign in to comment.