diff --git a/api/tests/services/centre-services.test.ts b/api/tests/services/centre-services.test.ts index 44f81fb5..4d297c56 100644 --- a/api/tests/services/centre-services.test.ts +++ b/api/tests/services/centre-services.test.ts @@ -19,6 +19,8 @@ describe("api/src/services/centre-services.ts", () => { name: "Reba", license: "ECLC-438361", community: "Destruction Bay", + region: Centre.Regions.WHITEHORSE, + isFirstNationProgram: false, status: "Up to date", hotMeal: false, licensedFor: null, @@ -34,6 +36,8 @@ describe("api/src/services/centre-services.ts", () => { name: "Reba", license: "ECLC-438361", community: "Destruction Bay", + region: Centre.Regions.WHITEHORSE, + isFirstNationProgram: false, status: "Up to date", hotMeal: false, licensedFor: null, @@ -49,6 +53,8 @@ describe("api/src/services/centre-services.ts", () => { name: "Reba", license: "ECLC-438361", community: "Destruction Bay", + region: Centre.Regions.WHITEHORSE, + isFirstNationProgram: false, status: "Up to date", hotMeal: false, licensedFor: null,