Explorar el Código

fix test break

Darien Raymond hace 9 años
padre
commit
0e515f401c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 }