Skip to content

Commit

Permalink
Fixup compilation for backported unittest
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
  • Loading branch information
alexggh committed Dec 11, 2024
1 parent 79375e7 commit 2d4834b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/network/approval-distribution/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ fn peer_sending_us_duplicates_while_aggression_enabled_is_ok() {

let _ = test_harness(
Arc::new(MockAssignmentCriteria { tranche: Ok(0) }),
Arc::new(SystemClock {}),
Box::new(SystemClock {}),
state_without_reputation_delay(),
|mut virtual_overseer| async move {
let overseer = &mut virtual_overseer;
Expand Down

0 comments on commit 2d4834b

Please sign in to comment.