Skip to content

Commit bc1ecc7

Browse files
committed
Cleanup test dir
1 parent 2a8cdd4 commit bc1ecc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trust-quorum/tests/cluster.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,6 @@ fn test_trust_quorum_protocol(input: TestInput) {
659659
"skipped_actions" => state.skipped_actions
660660
);
661661

662-
// let _ = std::fs::remove_file(event_log_path);
662+
let _ = std::fs::remove_file(event_log_path);
663663
logctx.cleanup_successful();
664664
}

0 commit comments

Comments
 (0)