Skip to content

Commit

Permalink
Update unit_rules_tests.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuzzo committed Dec 8, 2023
1 parent d07462d commit ef93e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_rules_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ mod unit_rules_tests {
warnings.push(rule.get_comment().into());
}
}
let expected: Vec<String> = vec!["some b".to_owned()];
let expected: Vec<String> = vec!["b requires x".to_owned()];
assert_eq!(warnings, expected);
}
}

0 comments on commit ef93e6a

Please sign in to comment.