mirror of
https://github.com/minio/minio.git
synced 2025-12-04 23:02:31 -05:00
Removing printlns from test code
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
package strbyteconv
|
||||
|
||||
import (
|
||||
"log"
|
||||
"testing"
|
||||
|
||||
. "gopkg.in/check.v1"
|
||||
@@ -46,7 +45,6 @@ func (s *MySuite) Test(c *C) {
|
||||
c.Assert(value, Equals, "100TB")
|
||||
|
||||
bytes, err := StringToBytes("100B")
|
||||
log.Println(err)
|
||||
c.Assert(err, IsNil)
|
||||
c.Assert(bytes, Equals, uint64(100))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user