pull/215/head v1.18.2
v2ray 2016-07-04 17:01:32 +02:00
parent 6ea8691a07
commit e170750d7e
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ func TestSendingQueueClear(t *testing.T) {
func TestSendingWindow(t *testing.T) {
assert := assert.On(t)
window := NewSendingWindow(5, 5, nil, nil)
window := NewSendingWindow(5, nil, nil)
window.Push(&DataSegment{
Number: 0,
})