Skip to content

Commit

Permalink
Change expected number of CRS to 11975 in GeoServices.test.ts (backport
Browse files Browse the repository at this point in the history
#7447) [release/4.11.x] (#7451)

Co-authored-by: Nick Tessier <22119573+nick4598@users.noreply.github.com>
  • Loading branch information
mergify[bot] and nick4598 authored Dec 5, 2024
1 parent eb68bcc commit 0858951
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 0858951

Please sign in to comment.