From a9595344b1d0be588f15d7c170ea8c6a0b188987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= Date: Mon, 11 Nov 2024 15:38:44 +0800 Subject: [PATCH] test --- plugins/zltx_v2/internal/zltx_v2_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zltx_v2/internal/zltx_v2_test.go b/plugins/zltx_v2/internal/zltx_v2_test.go index 70dc3c8..bbd458d 100644 --- a/plugins/zltx_v2/internal/zltx_v2_test.go +++ b/plugins/zltx_v2/internal/zltx_v2_test.go @@ -26,7 +26,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) }) }