diff --git a/src/listing_stream.rs b/src/listing_stream.rs index 410efbd..4509b6c 100644 --- a/src/listing_stream.rs +++ b/src/listing_stream.rs @@ -7,7 +7,7 @@ use { }; #[derive(Debug)] -pub struct ListingStream { +pub struct ListingStream { pub length: u32, reader: R, } diff --git a/src/node.rs b/src/node.rs index 09eb84d..6749e87 100644 --- a/src/node.rs +++ b/src/node.rs @@ -519,5 +519,6 @@ mod tests { eprintln!("Read incorrect filetype: {:?}", node.filetype); panic!(); }; + node.extract(Some("test/output")).unwrap(); } }