From b5826ed7e2aebf2040ee8ef64774de8f9623e5ad Mon Sep 17 00:00:00 2001 From: break Date: Fri, 24 Jul 2026 20:13:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/routes/shop_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/routes/shop_integration_test.go b/internal/routes/shop_integration_test.go index e72a88e..6969354 100644 --- a/internal/routes/shop_integration_test.go +++ b/internal/routes/shop_integration_test.go @@ -532,7 +532,7 @@ func newShopTestEnv(t *testing.T) *shopTestEnv { }) shopStore := postgres.NewShopStore(db, redisClient) - service := shopService.New(shopStore, nil, nil, nil, nil, nil) + service := shopService.New(shopStore, nil, nil, nil) shopCommission := shopCommissionService.New( shopStore, postgres.NewAccountStore(db, redisClient),