Skip to content

Commit

Permalink
Better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Aug 27, 2022
1 parent 960524c commit 11f7060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ fn timeout_when_unmutated_tree_test_hangs() {
/// the loop will never stop, but the test should eventually be killed
/// by a timeout.
#[test]
fn hang_when_mutated_tree_does_not_hang_cargo_mutants_with_explicit_short_timeout() {
fn mutants_causing_tests_to_hang_are_stopped_by_manual_timeout() {
let tmp_src_dir = copy_of_testdata("hang_when_mutated");
// Also test that it accepts decimal seconds
run_assert_cmd()
Expand Down

0 comments on commit 11f7060

Please sign in to comment.