We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c0217 commit 83b8b9aCopy full SHA for 83b8b9a
src/test_segment_recovery.rs
@@ -50,6 +50,10 @@ fn test_handling_missing_empty_segment() {
50
}
51
52
// Remove the last segment file (which is empty)
53
+ assert!(
54
+ !dir.path().join("open-3").exists(),
55
+ "open-3 should not exist",
56
+ );
57
let last_segment_file = dir.path().join("open-2");
58
std::fs::remove_file(last_segment_file).unwrap();
59
0 commit comments