Skip to content

Commit

Permalink
fix: after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Oct 3, 2023
1 parent 67aa476 commit a13a807
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions iroh/tests/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ fn test_node(
rt: runtime::Handle,
addr: SocketAddr,
secret_key: SecretKey,
) -> Builder<
iroh::baomap::mem::Store,
store::memory::Store,
DummyServerEndpoint,
> {
) -> Builder<iroh::baomap::mem::Store, store::memory::Store, DummyServerEndpoint> {
let db = iroh::baomap::mem::Store::new(rt.clone());
let store = iroh_sync::store::memory::Store::default();
Node::builder(db, store)
Expand Down

0 comments on commit a13a807

Please sign in to comment.