We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8cdd4 commit bc1ecc7Copy full SHA for bc1ecc7
trust-quorum/tests/cluster.rs
@@ -659,6 +659,6 @@ fn test_trust_quorum_protocol(input: TestInput) {
659
"skipped_actions" => state.skipped_actions
660
);
661
662
- // let _ = std::fs::remove_file(event_log_path);
+ let _ = std::fs::remove_file(event_log_path);
663
logctx.cleanup_successful();
664
}
0 commit comments