Skip to content

Commit

Permalink
fix: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cvauclair committed Nov 28, 2024
1 parent 82a2b59 commit e58ab46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipfs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ mod tests {

let client = super::IpfsClient::from_url("https://gateway.lighthouse.storage/ipfs/");

let edit = client.get::<Edit>(ipfs_hash, false).await.unwrap();
let _ = client.get::<Edit>(ipfs_hash, false).await.unwrap();
}
}

0 comments on commit e58ab46

Please sign in to comment.