revid: mtsSender_test.go corrected comment

This commit is contained in:
Saxon 2019-03-01 15:35:54 +10:30
parent 8452d8f3d1
commit 7619f5b921
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ func TestSendFailDiscontinuity(t *testing.T) {
const noOfPacketsToWrite = 100 const noOfPacketsToWrite = 100
for i := 0; i < noOfPacketsToWrite; i++ { for i := 0; i < noOfPacketsToWrite; i++ {
// Our payload will just be packet no. // Our payload will just be packet number.
encoder.Encode([]byte{byte(i)}) encoder.Encode([]byte{byte(i)})
rb.Flush() rb.Flush()