This commit is contained in:
2026-07-24 20:13:55 +08:00
parent 5c4d17e9fc
commit b5826ed7e2

View File

@@ -532,7 +532,7 @@ func newShopTestEnv(t *testing.T) *shopTestEnv {
}) })
shopStore := postgres.NewShopStore(db, redisClient) shopStore := postgres.NewShopStore(db, redisClient)
service := shopService.New(shopStore, nil, nil, nil, nil, nil) service := shopService.New(shopStore, nil, nil, nil)
shopCommission := shopCommissionService.New( shopCommission := shopCommissionService.New(
shopStore, shopStore,
postgres.NewAccountStore(db, redisClient), postgres.NewAccountStore(db, redisClient),