This commit is contained in:
Scondo 2021-07-26 09:46:16 +03:00
parent ed6f89a791
commit 5a8499e619

View File

@ -257,8 +257,8 @@ mod tests {
use ipfs::{Block, Ipfs, IpfsTypes, Node};
use multihash::Sha2_256;
use std::convert::TryFrom;
use std::path::PathBuf;
use std::io::Read;
use std::path::PathBuf;
// Entry we'll use in expectations
#[derive(Debug, PartialEq, Eq)]