Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinatorul committed Sep 28, 2015
1 parent 08a806c commit 6f8a1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/groups.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fn required_group_missing_arg() {
.required(true))
.get_matches_from_safe(vec![""]);
assert!(result.is_err());
let err = result.err().unwrap();
let err = result.err().unwrap();
assert_eq!(err.error_type, ClapErrorType::MissingRequiredArgument);
}

Expand Down

0 comments on commit 6f8a1eb

Please sign in to comment.