Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed May 17, 2024
1 parent be70c5a commit b200d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iroh/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ mod tests {
tokio::fs::remove_file(IrohPaths::DefaultAuthor.with_root(iroh_root)).await?;
let iroh = Node::persistent(iroh_root).await?.spawn().await;
assert!(iroh.is_ok());
iroh?.shutdown().await?;
}

// check that the default author can be set manually and is persisted.
Expand Down

0 comments on commit b200d4b

Please sign in to comment.