Skip to content

Commit

Permalink
Change expected number of CRS to 11975 in GeoServices.test.ts (#7447)
Browse files Browse the repository at this point in the history
(cherry picked from commit 84d5a99)
  • Loading branch information
nick4598 authored and mergify[bot] committed Dec 5, 2024
1 parent eb68bcc commit 5b1241c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/core-backend",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/core-backend"
}
2 changes: 1 addition & 1 deletion core/backend/src/test/misc/GeoServices.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ describe("GeoServices", () => {
};

it("should get all CRS", async () => {
await validateCRSList(11874, validationRange);
await validateCRSList(11975, validationRange);
});

it("should return CRS that are in the specified range (1)", async () => {
Expand Down

0 comments on commit 5b1241c

Please sign in to comment.