bug fix: fix test failed for config.go

This commit is contained in:
hantmac
2019-08-27 14:21:39 +08:00
parent 9530a3d9b0
commit db81982725

View File

@@ -7,7 +7,7 @@ import (
func TestInitConfig(t *testing.T) {
Convey("Test InitConfig func", t, func() {
x := InitConfig("")
x := InitConfig("../conf/config.yml")
Convey("The value should be nil", func() {
So(x, ShouldEqual, nil)