From c6d95fc8089981e2fffa5844d29d882058ade24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= <zi__mm@163.com> Date: Wed, 6 Nov 2024 19:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E8=BF=9E=E5=A4=A9=E4=B8=8B=EF=BC=8Cv2?= =?UTF-8?q?=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/wechat_cpn/internal/wechat_cpn_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wechat_cpn/internal/wechat_cpn_test.go b/plugins/wechat_cpn/internal/wechat_cpn_test.go index 07431f4..a8c767c 100644 --- a/plugins/wechat_cpn/internal/wechat_cpn_test.go +++ b/plugins/wechat_cpn/internal/wechat_cpn_test.go @@ -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) }) }