mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
Use errorChannels only for services not for drivers, reduce them to use simple functions
This commit is contained in:
@@ -38,7 +38,8 @@ func (s *MySuite) TestAPISuite(c *C) {
|
||||
path, err := ioutil.TempDir(os.TempDir(), "minio-fs-")
|
||||
c.Check(err, IsNil)
|
||||
storageList = append(storageList, path)
|
||||
_, _, store := Start(path)
|
||||
store, err := NewDriver(path)
|
||||
c.Check(err, IsNil)
|
||||
return store
|
||||
}
|
||||
drivers.APITestSuite(c, create)
|
||||
|
||||
Reference in New Issue
Block a user