diff --git a/src/tape/file_formats/blocked_reader.rs b/src/tape/file_formats/blocked_reader.rs index 5ad95618..bfb84f3d 100644 --- a/src/tape/file_formats/blocked_reader.rs +++ b/src/tape/file_formats/blocked_reader.rs @@ -207,8 +207,8 @@ mod test { use anyhow::Error; use crate::tape::{ TapeWrite, - file_formats::PROXMOX_TAPE_BLOCK_SIZE, - helpers::{ + file_formats::{ + PROXMOX_TAPE_BLOCK_SIZE, BlockedReader, BlockedWriter, },