From 151a4725f312bb750f76b09c2d204597af4dc5a0 Mon Sep 17 00:00:00 2001 From: ferglor <19188060+ferglor@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:04:48 +0000 Subject: [PATCH] Change WithTestLogger to WithTestInstance (#564) --- 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).