Fix build issues for new DonutDriver()

This commit is contained in:
Harshavardhana
2015-03-22 02:53:21 -07:00
parent 15b205c439
commit 95affcb119
5 changed files with 86 additions and 81 deletions
+1 -1
View File
@@ -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) {