From c47f87b6cbb9da64fb8290cd9b61f6ba753ab3af Mon Sep 17 00:00:00 2001 From: Domino Valdano <2644901+reductionista@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:45:53 -0800 Subject: [PATCH] Fix test --- 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 e8123ab7541..4e13c8e37f0 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 := sqlutil.NewTestDataSource(t) + ds := sqlutil.NewInMemoryDataSource(t) // config 3 chains but only enable 2 => should only be 2 relayer nEnabledChains := 2