test
This commit is contained in:
parent
353174da33
commit
0896fecd85
|
@ -25,7 +25,7 @@ func config() []byte {
|
|||
func TestConfig(t *testing.T) {
|
||||
t.Run("TestConfig", func(t *testing.T) {
|
||||
c := config()
|
||||
fmt.Printf("%+s\n", string(c))
|
||||
fmt.Printf("%s\n", string(c))
|
||||
assert.NotEmpty(t, c)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue