fix(manager): fix cli package in manager/config_test

This commit is contained in:
bigeagle 2016-11-20 00:58:41 +08:00
parent e37bb44fa3
commit 2c428b7c66

View File

@ -8,8 +8,8 @@ import (
"testing"
"github.com/BurntSushi/toml"
"github.com/codegangsta/cli"
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/urfave/cli.v1"
)
func TestConfig(t *testing.T) {