mirror of
https://github.com/minio/mc.git
synced 2025-11-13 12:22:45 +03:00
Changes to test framework, remove references to 'Cmd'wq
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
. "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
func (s *CmdTestSuite) TestCommonMethods(c *C) {
|
||||
func (s *TestSuite) TestCommonMethods(c *C) {
|
||||
/// filesystem
|
||||
root, err := ioutil.TempDir(os.TempDir(), "cmd-")
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
Reference in New Issue
Block a user