From 896593cec68f935d460c587d117f1a59d2182ca0 Mon Sep 17 00:00:00 2001 From: Domino Valdano <2644901+reductionista@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:29:00 -0800 Subject: [PATCH] Remove extra t arg passed --- core/cmd/shell_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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