Merge pull request #179 from hantmac/master

bug fix: fix test failed for config.go
This commit is contained in:
Marvin Zhang
2019-08-27 14:24:23 +08:00
committed by GitHub

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)