Browse Source

fix test break

Darien Raymond 9 years ago
parent
commit
0e515f401c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/io/reader_test.go

+ 1 - 1
common/io/reader_test.go

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