aboutsummaryrefslogtreecommitdiff
path: root/src/zip/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/zip/tests.rs')
-rw-r--r--src/zip/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zip/tests.rs b/src/zip/tests.rs
index 05e076d..92a9c3f 100644
--- a/src/zip/tests.rs
+++ b/src/zip/tests.rs
@@ -1,4 +1,4 @@
1use crate::zip::file_info::{bit::DeflateMode, BitFlag}; 1use crate::zip::{bit::DeflateMode, BitFlag};
2 2
3#[test] 3#[test]
4fn test_bit_flag() { 4fn test_bit_flag() {