Skip to content

Commit

Permalink
Fix own-mutants test
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Jan 22, 2024
1 parent fe3b0b0 commit 9447d76
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ src/lab.rs: replace == with != in test_mutants
src/lab.rs: replace == with != in test_mutants
src/lab.rs: replace test_timeout -> Duration with Default::default()
src/lab.rs: replace == with != in test_timeout
src/lab.rs: replace * with + in test_timeout
src/lab.rs: replace * with / in test_timeout
src/lab.rs: replace test_scenario -> Result<ScenarioOutcome> with Ok(Default::default())
src/lab.rs: replace test_scenario -> Result<ScenarioOutcome> with Err(::anyhow::anyhow!("mutated!"))
src/lab.rs: replace || with && in test_scenario
Expand Down

0 comments on commit 9447d76

Please sign in to comment.