Skip to content

Commit

Permalink
Fix MsgSet reference in test
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-arista committed Aug 13, 2018
1 parent 682468d commit ed28099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_response_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func TestOverflowMessageFetchResponse(t *testing.T) {
if n != 1 {
t.Fatal("Decoding produced incorrect number of messages.")
}
msgBlock := block.Records.msgSet.Messages[0]
msgBlock := block.Records.MsgSet.Messages[0]
if msgBlock.Offset != 0x550000 {
t.Error("Decoding produced incorrect message offset.")
}
Expand Down

0 comments on commit ed28099

Please sign in to comment.