Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Nov 22, 2023
1 parent 5dd7c36 commit d5ce817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ pub(crate) fn should_run(
for exclusion in exclusions.iter() {
for inclusion in inclusions.iter() {
if exclusion.is_broader(inclusion) {
panic!("Error in connector test execution rules. `{exclusion}` in `excluded()` subsumes `{inclusion}` in `only()`");
panic!("Error in connector test execution rules. Version `{exclusion}` in `excluded()` is broader than `{inclusion}` in `only()`");
}
}
}
Expand Down

0 comments on commit d5ce817

Please sign in to comment.