Skip to content

Commit

Permalink
fixed one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
kishansagathiya committed Sep 18, 2024
1 parent db1f64a commit bb661d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dot/parachain/collator-protocol/message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,10 @@ func TestHandleCollationMessageAdvertiseCollation(t *testing.T) {

subsystemToOverseer := make(chan any)
cpvs := CollatorProtocolValidatorSide{
perRelayParent: c.perRelayParent,
peerData: c.peerData,
activeLeaves: c.activeLeaves,
perRelayParent: c.perRelayParent,
peerData: c.peerData,
activeLeaves: c.activeLeaves,
SubSystemToOverseer: subsystemToOverseer,
}

// ensure that the expected messages are sent to the overseer
Expand Down

0 comments on commit bb661d7

Please sign in to comment.