1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 11:35:23 +00:00

fix test break

This commit is contained in:
Darien Raymond 2016-12-08 16:52:18 +01:00
parent 605fc49e9e
commit 0e515f401c
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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)
}