From a8bde3eca8850e1d8b737ac980f1d637f5c690c8 Mon Sep 17 00:00:00 2001 From: Fergal Gribben Date: Tue, 19 Dec 2023 01:13:13 +0000 Subject: [PATCH] Change WithTestLogger to WithTestInstance --- integration-tests/common/test_common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/common/test_common.go b/integration-tests/common/test_common.go index 0eef44325..d89a824db 100644 --- a/integration-tests/common/test_common.go +++ b/integration-tests/common/test_common.go @@ -193,7 +193,7 @@ func (m *OCRv2TestState) DeployCluster(contractsDir string) { m.Common.SolanaUrl = sol.InternalHttpUrl b, err := test_env.NewCLTestEnvBuilder(). WithNonEVM(). - WithTestLogger(m.T). + WithTestInstance(m.T). WithMockAdapter(). WithCLNodeConfig(m.Common.DefaultNodeConfig()). WithCLNodes(m.Common.NodeCount).