mirror of https://bitbucket.org/ausocean/av.git
revid: mtsSender_test.go corrected comment
This commit is contained in:
parent
8452d8f3d1
commit
7619f5b921
|
@ -215,7 +215,7 @@ func TestSendFailDiscontinuity(t *testing.T) {
|
|||
|
||||
const noOfPacketsToWrite = 100
|
||||
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)})
|
||||
rb.Flush()
|
||||
|
||||
|
|
Loading…
Reference in New Issue