mirror of
https://github.com/minio/minio.git
synced 2025-02-05 10:48:07 -05:00
Merge pull request #423 from fkautz/pr_out_fix_whitespace
This commit is contained in:
commit
27d4893a7e
@ -424,8 +424,8 @@ func (s *MySuite) TestPutObject(c *C) {
|
|||||||
c.Assert(resources.IsTruncated, Equals, false)
|
c.Assert(resources.IsTruncated, Equals, false)
|
||||||
c.Assert(err, Not(IsNil))
|
c.Assert(err, Not(IsNil))
|
||||||
|
|
||||||
// breaks on fs driver, so we subtract one second
|
// breaks on fs driver,// breaks on fs driver, so we subtract one second
|
||||||
// date1 := time.Now()
|
// date1 := time.Now()
|
||||||
date1 := time.Now().Add(-time.Second)
|
date1 := time.Now().Add(-time.Second)
|
||||||
|
|
||||||
// Put Bucket before - Put Object into a bucket
|
// Put Bucket before - Put Object into a bucket
|
||||||
|
Loading…
x
Reference in New Issue
Block a user