mirror of https://github.com/v2ray/v2ray-core
fix test break
parent
605fc49e9e
commit
0e515f401c
|
@ -25,5 +25,5 @@ func TestAdaptiveReader(t *testing.T) {
|
|||
b2, err := reader.Read()
|
||||
assert.Error(err).IsNil()
|
||||
assert.Bool(b2.IsFull()).IsTrue()
|
||||
assert.Int(buffer.Len()).Equals(1007648)
|
||||
assert.Int(buffer.Len()).Equals(1007616)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue