Skip to content

Commit

Permalink
test: Fix test for updated Mutant::name API (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog authored Nov 13, 2024
2 parents 3365530 + 5263348 commit d94c530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ mod test {
)
.expect("walk_file_string");
assert_eq!(
mutants.iter().map(|m| m.name(false, false)).collect_vec(),
mutants.iter().map(|m| m.name(false)).collect_vec(),
["src/main.rs: replace always_true -> bool with false"]
);
}
Expand Down

0 comments on commit d94c530

Please sign in to comment.