test: Expand group test

This commit is contained in:
Ed Page 2022-09-29 16:53:52 -05:00
parent 470140f41e
commit 993b0a88d7

View file

@ -296,6 +296,7 @@ fn group_acts_like_arg() {
assert!(result.is_ok(), "{}", result.unwrap_err());
let m = result.unwrap();
assert!(m.contains_id("mode"));
assert_eq!(m.get_one::<clap::Id>("mode").unwrap(), "debug");
}
/* This is used to be fixed in a hack, we need to find a better way to fix it.