tape: fix tests for BlockedReader

This commit is contained in:
Dietmar Maurer 2021-02-04 08:54:54 +01:00
parent 983e929e25
commit ddebbb52fd

View File

@ -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,
},