Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Jan 22, 2024
1 parent 1629c8d commit a2862b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fanout/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,5 @@ func TestSyncReadOnError(t *testing.T) {
}

pfr := NewReadAllReader(strings.NewReader("someNotTooShortString"), ReadAllConsumerFunc(proc1), ReadAllConsumerFunc(proc2))
_, err := pfr.ReadAll()
assert.NoError(t, err)
_, _ = pfr.ReadAll()
}

0 comments on commit a2862b4

Please sign in to comment.