mirror of
https://github.com/minio/minio.git
synced 2024-12-28 08:05:55 -05:00
Merge pull request #422 from fkautz/pr_out_adding_comments_on_why_we_subtract_a_second_from_date1_in_an_api_test
This commit is contained in:
commit
994d7841c3
@ -424,6 +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
|
||||||
|
// 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…
Reference in New Issue
Block a user