diff --git a/backend/services/authorization-service/src/app.module.ts b/backend/services/authorization-service/src/app.module.ts index b707d420..3668c429 100644 --- a/backend/services/authorization-service/src/app.module.ts +++ b/backend/services/authorization-service/src/app.module.ts @@ -46,6 +46,14 @@ const MockTeamStatisticsRepository = { useValue: { findByUserId: async () => ({ userId: '', + accountSequence: BigInt(0), + totalTeamPlantingCount: 0, + getProvinceTeamCount: () => 0, + getCityTeamCount: () => 0, + }), + findByAccountSequence: async () => ({ + userId: '', + accountSequence: BigInt(0), totalTeamPlantingCount: 0, getProvinceTeamCount: () => 0, getCityTeamCount: () => 0,