codecov test
This commit is contained in:
parent
499bd8c961
commit
7b7228138b
1 changed files with 4 additions and 0 deletions
|
|
@ -44,3 +44,7 @@ func TestNewConfig(t *testing.T) {
|
||||||
assert.Equal(t, cfg.Log.Plugin, os.Getenv("XIANG_LOG_PLUGIN"))
|
assert.Equal(t, cfg.Log.Plugin, os.Getenv("XIANG_LOG_PLUGIN"))
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestNewConfigFrom(t *testing.T) {
|
||||||
|
assert.True(t, true)
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue