mirror of
https://github.com/minio/minio.git
synced 2025-04-16 00:49:09 -04:00
pkg/ioutils: True should be true
This commit is contained in:
parent
5e4b13f4bd
commit
6e9d73426b
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user