Skip to content

Commit

Permalink
stellar#5099: fixed fmt warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Nov 17, 2023
1 parent c1ef517 commit fd713f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/ingest/processor_runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func TestProcessorRunnerWithFilterEnabled(t *testing.T) {

defer mock.AssertExpectationsForObjects(t, mockTxProcessorBatchBuilders(q, mockSession, ctx)...)
defer mock.AssertExpectationsForObjects(t, mockChangeProcessorBatchBuilders(q, ctx, true)...)

mockBatchInsertBuilder := &history.MockLedgersBatchInsertBuilder{}
q.MockQLedgers.On("NewLedgerBatchInsertBuilder").Return(mockBatchInsertBuilder)
mockBatchInsertBuilder.On(
Expand Down

0 comments on commit fd713f8

Please sign in to comment.