From 1262df4e1957984ef3b3ea560c08e9a01e70d405 Mon Sep 17 00:00:00 2001 From: Anindita Ghosh <88458927+AnieeG@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:44:57 -0700 Subject: [PATCH] fix compilation error in chaos test (#148) --- integration-tests/ccip-tests/chaos/ccip_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/ccip-tests/chaos/ccip_test.go b/integration-tests/ccip-tests/chaos/ccip_test.go index 3f8c2a96a4..fb4c644402 100644 --- a/integration-tests/ccip-tests/chaos/ccip_test.go +++ b/integration-tests/ccip-tests/chaos/ccip_test.go @@ -7,7 +7,7 @@ import ( "github.com/smartcontractkit/chainlink-env/chaos" a "github.com/smartcontractkit/chainlink-env/pkg/alias" - "github.com/smartcontractkit/chainlink-testing-framework/utils" + "github.com/smartcontractkit/chainlink-testing-framework/logging" "github.com/stretchr/testify/require" "github.com/smartcontractkit/chainlink/integration-tests/ccip-tests/actions" @@ -100,7 +100,7 @@ func TestChaosCCIP(t *testing.T) { in := in t.Run(in.testName, func(t *testing.T) { t.Parallel() - l := utils.GetTestLogger(t) + l := logging.GetTestLogger(t) testCfg := testsetups.NewCCIPTestConfig(t, l, testsetups.Chaos) var ( numOfCommitNodes = 5