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),