From 21f97ce680ada8d43bc2077c58ce0506401af33d Mon Sep 17 00:00:00 2001 From: Balamurali Gopalswami Date: Wed, 10 Jul 2024 11:07:01 -0400 Subject: [PATCH] Review comments --- integration-tests/ccip-tests/testsetups/ccip.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/ccip-tests/testsetups/ccip.go b/integration-tests/ccip-tests/testsetups/ccip.go index ca4a601056..338c509a80 100644 --- a/integration-tests/ccip-tests/testsetups/ccip.go +++ b/integration-tests/ccip-tests/testsetups/ccip.go @@ -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 {