Skip to content

Commit

Permalink
test: add missing assertion to some test
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Feb 18, 2024
1 parent 16ee213 commit 5dc6c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ fn all_examples_tested() {

eelco.assert().success().stderr(
predicates::str::contains(format!("PASS: {file_path}:1"))
.and(predicates::str::contains(format!("PASS: {file_path}:6")))
.and(predicates::str::contains(format!("PASS: {file_path}:10"))),
);
});
Expand Down

0 comments on commit 5dc6c5b

Please sign in to comment.