mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
fix test break
This commit is contained in:
parent
2c259165ff
commit
968fffcffb
@ -66,7 +66,7 @@ func TestSendingQueueClear(t *testing.T) {
|
||||
func TestSendingWindow(t *testing.T) {
|
||||
assert := assert.On(t)
|
||||
|
||||
window := NewSendingWindow(nil, 5)
|
||||
window := NewSendingWindow(5, nil, nil)
|
||||
window.Push(&DataSegment{
|
||||
Number: 0,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user