错误
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user