bug fix: fix test failed for config.go

This commit is contained in:
hantmac
2019-08-27 14:21:39 +08:00
parent 5e707adad4
commit 36eaad64a5

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)