From f965bf8b7f39f9d1ab44f3176420b0736172eca9 Mon Sep 17 00:00:00 2001 From: ziming Date: Thu, 12 Jun 2025 14:46:11 +0800 Subject: [PATCH] timeSliceQueryPush --- internal/pkg/script/script_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/pkg/script/script_test.go b/internal/pkg/script/script_test.go index dfc90cb..391b932 100644 --- a/internal/pkg/script/script_test.go +++ b/internal/pkg/script/script_test.go @@ -9,7 +9,7 @@ import ( "voucher/internal/biz/bo" ) -func Test_script(t *testing.T) { +func Test_timeSliceQueryPush(t *testing.T) { startTime, err := time.Parse(time.DateTime, "2025-05-01 00:00:00") if err != nil { @@ -33,7 +33,7 @@ func Test_script(t *testing.T) { } } -func Test_script2(t *testing.T) { +func Test_pushWechatQuery(t *testing.T) { startTime, err := time.Parse(time.DateTime, "2025-05-31 00:00:00") if err != nil {