直连天下,v2插件

This commit is contained in:
李子铭 2024-11-06 19:10:59 +08:00
parent d622269c71
commit c6d95fc808
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,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)
})
}