mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 16:23:28 +03:00
pkg/ioutils: True should be true
This commit is contained in:
@@ -39,5 +39,5 @@ func (s *MySuite) TestIoutils(c *C) {
|
|||||||
|
|
||||||
status, err := ioutils.IsDirEmpty(path)
|
status, err := ioutils.IsDirEmpty(path)
|
||||||
c.Assert(err, IsNil)
|
c.Assert(err, IsNil)
|
||||||
c.Assert(status, Equals, True)
|
c.Assert(status, Equals, true)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user