Skip to content

Commit

Permalink
Remove extra t arg passed
Browse files Browse the repository at this point in the history
  • Loading branch information
reductionista committed Nov 18, 2024
1 parent 7a5ad69 commit 896593c
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 := mocksqlutil.NewDataSource(t)
ds := mocksqlutil.NewDataSource()

// config 3 chains but only enable 2 => should only be 2 relayer
nEnabledChains := 2
Expand Down

0 comments on commit 896593c

Please sign in to comment.