pkg/ioutils: True should be true

This commit is contained in:
Harshavardhana 2016-02-10 13:33:36 -08:00
parent 5e4b13f4bd
commit 6e9d73426b

View File

@ -39,5 +39,5 @@ func (s *MySuite) TestIoutils(c *C) {
status, err := ioutils.IsDirEmpty(path)
c.Assert(err, IsNil)
c.Assert(status, Equals, True)
c.Assert(status, Equals, true)
}