mirror of
https://github.com/v2ray/v2ray-core.git
synced 2024-04-21 12:31:52 +00:00
fix test break
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user