Skip to content

Commit

Permalink
Add explicit non leader case
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Jul 2, 2024
1 parent 6c8b78e commit f02ac50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/ccip-tests/testsetups/ccip.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ func (c *CCIPTestConfig) SetNetworkPairs(lggr zerolog.Logger) error {
c.NetworkPairs[idx].Leader = &Leader{BiDirectional: true}
} else if n.NetworkA.Name == firstNetworkA {
c.NetworkPairs[idx].Leader = &Leader{UniDirectional: true}
} else {
c.NetworkPairs[idx].Leader = &Leader{}
}
}
}
Expand Down

0 comments on commit f02ac50

Please sign in to comment.