Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Sep 12, 2023
1 parent 56806dd commit 2a6bcc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/nodes/mixnode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ impl MixNode {
)),
private_key,
connection_pool_size: 255,
..Default::default()
};
configs.push(config);
}
Expand Down
1 change: 1 addition & 0 deletions tests/src/nodes/nomos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ fn create_node_config(
mode: mixnet_client_mode,
topology: mixnet_topology,
connection_pool_size: 255,
..Default::default()

Check failure on line 268 in tests/src/nodes/nomos.rs

View workflow job for this annotation

GitHub Actions / Rust lints (libp2p)

the trait bound `mixnet_client::MixnetClientConfig: std::default::Default` is not satisfied

Check failure on line 268 in tests/src/nodes/nomos.rs

View workflow job for this annotation

GitHub Actions / Check (libp2p)

the trait bound `MixnetClientConfig: Default` is not satisfied

Check failure on line 268 in tests/src/nodes/nomos.rs

View workflow job for this annotation

GitHub Actions / Test Suite (libp2p, ubuntu-latest)

the trait bound `MixnetClientConfig: Default` is not satisfied

Check failure on line 268 in tests/src/nodes/nomos.rs

View workflow job for this annotation

GitHub Actions / Test Suite (libp2p, macos-latest)

the trait bound `MixnetClientConfig: Default` is not satisfied

Check failure on line 268 in tests/src/nodes/nomos.rs

View workflow job for this annotation

GitHub Actions / Test Suite (libp2p, windows-latest)

the trait bound `MixnetClientConfig: Default` is not satisfied
},
mixnet_delay: Duration::ZERO..Duration::from_millis(10),
},
Expand Down

0 comments on commit 2a6bcc2

Please sign in to comment.