Skip to content

Commit

Permalink
Fix minor test
Browse files Browse the repository at this point in the history
  • Loading branch information
eapache committed Jul 27, 2015
1 parent ee12af3 commit a53ff72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ func TestConsumerInterleavedClose(t *testing.T) {
fetchResponse.AddMessage("my_topic", 0, nil, ByteEncoder([]byte{0x00, 0x0E}), int64(1))
fetchResponse.AddMessage("my_topic", 1, nil, ByteEncoder([]byte{0x00, 0x0E}), int64(0))
leader.Returns(fetchResponse)
leader.Returns(fetchResponse)

safeClose(t, c1)
safeClose(t, c0)
Expand Down

0 comments on commit a53ff72

Please sign in to comment.