Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
test(advocates): update country property type
Browse files Browse the repository at this point in the history
  • Loading branch information
eddybrando committed Jan 11, 2024
1 parent 4eec304 commit 9d12cf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/hooks/utils/conversion-utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("writeJSONToFile", () => {
image: "/images/advocates/downloaded/rec8zXNiryVq3Q6kh.jpg",
region: "America (North)",
city: "New York",
country: ["United States"],
country: "United States",
slackId: "U017XULSMUY",
slackUsername: "John.Doe",
},
Expand All @@ -31,7 +31,7 @@ describe("writeJSONToFile", () => {
image: "/images/advocates/downloaded/recFKAk7KoXr3IMTH.jpg",
region: "America (North)",
city: "Durham",
country: ["United States"],
country: "United States",
slackId: "U01313A0AGP",
slackUsername: "J.Doe",
},
Expand Down Expand Up @@ -62,7 +62,7 @@ describe("writeJSONToFile", () => {
image: "/images/advocates/downloaded/rec8zXNiryVq3Q6kh.jpg",
region: "America (North)",
city: "New York",
country: ["United States"],
country: "United States",
slackId: "U017XULSMUY",
slackUsername: "J.Doe",
},
Expand All @@ -71,7 +71,7 @@ describe("writeJSONToFile", () => {
image: "/images/advocates/downloaded/recFKAk7KoXr3IMTH.jpg",
region: "America (North)",
city: "Durham",
country: ["United States"],
country: "United States",
slackId: "U01313A0AGP",
slackUsername: "John.Doe",
},
Expand Down

0 comments on commit 9d12cf1

Please sign in to comment.