cleanup: match test with function name

pull/312/head
Davide Bertola 3 years ago
parent fcf829ed3c
commit 8297836ee5

@ -136,7 +136,8 @@ mod test {
}
#[test]
fn combine_arguments_test() {
#[test]
fn test_combine_flags() {
assert_eq!(
combine_flags(&to_vec("a b"), &to_vec("c d"),).join(" "),
"a b c d".to_string(),

Loading…
Cancel
Save