Skip to content

Commit

Permalink
chore: test2
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Nov 2, 2023
1 parent 08a77b4 commit 8369538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homestar-runtime/src/tasks/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const WASM_CID: &str = "bafkreihxcyjgyrz437ewzi7md55uqt2zf6yr3zn7xrfi4orc34xdc5j

impl Fetch {
/// Gather resources from IPFS or elsewhere, leveraging an exponential backoff.
#[cfg(feature = "ipfs")]
#[cfg(all(feature = "ipfs", not(test)))]
#[cfg_attr(docsrs, doc(cfg(feature = "ipfs")))]
pub(crate) async fn get_resources(
resources: FnvHashSet<Resource>,
Expand Down

0 comments on commit 8369538

Please sign in to comment.