Skip to content

Commit

Permalink
Change WithTestLogger to WithTestInstance (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferglor authored Dec 19, 2023
1 parent 7bdd753 commit 151a472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/common/test_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 151a472

Please sign in to comment.