Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
reductionista committed Nov 16, 2024
1 parent 3df55dc commit c47f87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cmd/shell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c47f87b

Please sign in to comment.