Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Jul 10, 2024
1 parent 981158e commit 21f97ce
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 @@ -930,6 +930,8 @@ func (o *CCIPTestSetUpOutputs) WaitForPriceUpdates() {
require.NoError(t, priceUpdateGrp.Wait())
}

// CheckGasUpdateTransaction checks the gas update transactions count, and it has required number of
// events as per leader lane definitions.
func (o *CCIPTestSetUpOutputs) CheckGasUpdateTransaction() error {
transactions := make(map[string]map[uint64]string)
readGasUpdateTx := func(lane *actions.CCIPLane) error {
Expand Down

0 comments on commit 21f97ce

Please sign in to comment.