diff --git a/core/cmd/shell_test.go b/core/cmd/shell_test.go index 3924c8b9a7b..d22c0e0c91f 100644 --- a/core/cmd/shell_test.go +++ b/core/cmd/shell_test.go @@ -355,7 +355,7 @@ func TestSetupSolanaRelayer(t *testing.T) { lggr := logger.TestLogger(t) reg := plugins.NewLoopRegistry(lggr, nil, nil, nil, "") ks := mocks.NewSolana(t) - ds := mocksqlutil.NewDataSource(t) + ds := mocksqlutil.NewDataSource() // config 3 chains but only enable 2 => should only be 2 relayer nEnabledChains := 2