Skip to content

Commit

Permalink
fix compilation error in chaos test (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG authored Sep 20, 2023
1 parent 7ccecb1 commit 1262df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/ccip-tests/chaos/ccip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1262df4

Please sign in to comment.