From d946f1330f6dbf207b157abc450a52ce5e323e13 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Tue, 2 Apr 2024 15:45:56 -0700 Subject: [PATCH] more updates --- integration-tests/ccip-tests/actions/ccip_helpers.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration-tests/ccip-tests/actions/ccip_helpers.go b/integration-tests/ccip-tests/actions/ccip_helpers.go index 6d95f3832a..9d6b1ab2e3 100644 --- a/integration-tests/ccip-tests/actions/ccip_helpers.go +++ b/integration-tests/ccip-tests/actions/ccip_helpers.go @@ -157,11 +157,8 @@ func (ccipModule *CCIPCommon) FreeUpUnusedSpace() { ccipModule.PriceAggregators = nil ccipModule.BridgeTokenPools = []*contracts.TokenPool{} ccipModule.RemoteChains = nil - ccipModule.gasUpdateWatcher = nil - ccipModule.gasUpdateWatcherMu = nil ccipModule.TokenMessenger = nil ccipModule.TokenTransmitter = nil - ccipModule.PriceRegistry = nil runtime.GC() }