Skip to content

Commit

Permalink
one more reference removal
Browse files Browse the repository at this point in the history
  • Loading branch information
EasterTheBunny committed Nov 22, 2024
1 parent c068e28 commit f486211
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/solana/logpoller/loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ var (

func TestEncodedLogCollector_StartClose(t *testing.T) {
client := new(mocks.RPCClient)
parser := new(mocks.ProgramEventProcessor)
ctx := tests.Context(t)

collector := logpoller.NewEncodedLogCollector(client, parser, logger.Nop())
collector := logpoller.NewEncodedLogCollector(client, nil, logger.Nop())

assert.NoError(t, collector.Start(ctx))
assert.NoError(t, collector.Close())
Expand Down

0 comments on commit f486211

Please sign in to comment.