1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-27 12:35:21 -05:00

align large size

This commit is contained in:
Darien Raymond
2018-04-01 12:20:32 +02:00
parent 053d03349a
commit b3ecb9f766
3 changed files with 10 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ func TestAdaptiveReader(t *testing.T) {
b, err = reader.ReadMultiBuffer()
assert(err, IsNil)
assert(b.Len(), Equals, 128*1024)
assert(b.Len(), Equals, 512*1024)
}
func TestBytesReaderWriteTo(t *testing.T) {