Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Jan 18, 2024
1 parent f29e7c6 commit b08437f
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 @@ -159,6 +159,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 b08437f

Please sign in to comment.