refactor: ensure injection thread panics are handled in random walk stability test

This commit is contained in:
Thomas Lekanger
2026-02-12 11:57:49 +01:00
parent ceae1e0cea
commit 2b4bd84467
+1 -1
View File
@@ -96,7 +96,7 @@ fn test_random_walk_stability() {
}
}
let _ = inject_handle.join();
inject_handle.join().expect("injection thread panicked");
let output = stack.stop();
common::dump_output(&output);