test wheels
This commit is contained in:
@@ -19,7 +19,7 @@ type GamePlayProcessor struct {
|
||||
gameRepo *repository.GameRepository
|
||||
gamePrizeRepo *repository.GamePrizeRepository
|
||||
customerTokensRepo *repository.CustomerTokensRepository
|
||||
customerPointsRepo *repository.CustomerPointsRepository
|
||||
customerPointsRepo repository.CustomerPointsRepository
|
||||
}
|
||||
|
||||
func NewGamePlayProcessor(
|
||||
@@ -27,7 +27,7 @@ func NewGamePlayProcessor(
|
||||
gameRepo *repository.GameRepository,
|
||||
gamePrizeRepo *repository.GamePrizeRepository,
|
||||
customerTokensRepo *repository.CustomerTokensRepository,
|
||||
customerPointsRepo *repository.CustomerPointsRepository,
|
||||
customerPointsRepo repository.CustomerPointsRepository,
|
||||
) *GamePlayProcessor {
|
||||
return &GamePlayProcessor{
|
||||
gamePlayRepo: gamePlayRepo,
|
||||
|
||||
Reference in New Issue
Block a user