Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jun 16, 2024
1 parent 32beed4 commit 1b005ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions IsraelHiking.Web/src/application/services/poi.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe("Poi Service", () => {
coordinates: [0, 0]
},
properties: {
subclass: "spring",
natural: "spring",
"name:he": "name",
"name:en": "name"
}
Expand All @@ -149,7 +149,7 @@ describe("Poi Service", () => {
coordinates: [0, 0]
},
properties: {
subclass: "spring",
natural: "spring",
"name:en": "name"
}
}
Expand All @@ -169,7 +169,7 @@ describe("Poi Service", () => {
coordinates: [0, 0]
},
properties: {
subclass: "spring",
natural: "spring",
"name:he": "name",
"name:en": "name"
}
Expand All @@ -181,7 +181,7 @@ describe("Poi Service", () => {
coordinates: [0, 0]
},
properties: {
subclass: "spring",
natural: "spring",
"name:he": "name"
}
}
Expand Down

0 comments on commit 1b005ee

Please sign in to comment.