Skip to content

Commit c3dbc0d

Browse files
committed
Additional AdminClient operations.
Fix test
1 parent 692f2bc commit c3dbc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_admin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ async fn test_describe_groups_one_does_not_exist() {
973973
assert!(result
974974
.iter()
975975
.any(|description| if let Ok(description) = description {
976-
description.group_id == group_name1 && description.state == ConsumerGroupState::Dead
976+
description.group_id == group_name2 && description.state == ConsumerGroupState::Dead
977977
} else {
978978
false
979979
}));

0 commit comments

Comments
 (0)