mirror of
https://github.com/pgsty/minio.git
synced 2026-08-08 23:33:30 +03:00
Fix build issues for new DonutDriver()
This commit is contained in:
@@ -25,7 +25,7 @@ func (s *MySuite) TestEmptyBucket(c *C) {
|
||||
// check buckets are empty
|
||||
buckets, err := donut.ListBuckets()
|
||||
c.Assert(err, IsNil)
|
||||
c.Assert(buckets, DeepEquals, make([]string, 0))
|
||||
c.Assert(buckets, IsNil)
|
||||
}
|
||||
|
||||
func (s *MySuite) TestBucketWithoutNameFails(c *C) {
|
||||
|
||||
Reference in New Issue
Block a user