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 e92d6a0 commit 69f7ff2Copy full SHA for 69f7ff2
src/compression/huffman_encoding.rs
@@ -511,9 +511,6 @@ mod tests {
511
// Test the demonstrate function
512
let result = demonstrate_huffman_from_file(test_file);
513
assert!(result.is_ok());
514
-
515
- // Clean up
516
- let _ = std::fs::remove_file(test_file);
517
}
518
519
#[test]
@@ -527,9 +524,6 @@ mod tests {
527
524
// Test with empty file
528
525
529
526
530
531
532
533
534
535
0 commit comments