Skip to content

Commit

Permalink
🪲 fix tests after model update.
Browse files Browse the repository at this point in the history
  • Loading branch information
klondikemarlen committed Mar 11, 2024
1 parent f1b8c06 commit e2c57bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/tests/services/centre-services.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit e2c57bc

Please sign in to comment.