diff --git a/common/changes/@itwin/core-backend/nick-updatecrscount_2024-12-04-20-14.json b/common/changes/@itwin/core-backend/nick-updatecrscount_2024-12-04-20-14.json new file mode 100644 index 000000000000..99b35bb89b62 --- /dev/null +++ b/common/changes/@itwin/core-backend/nick-updatecrscount_2024-12-04-20-14.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@itwin/core-backend", + "comment": "", + "type": "none" + } + ], + "packageName": "@itwin/core-backend" +} \ No newline at end of file diff --git a/core/backend/src/test/misc/GeoServices.test.ts b/core/backend/src/test/misc/GeoServices.test.ts index 29ca60089695..9eec9c688e53 100644 --- a/core/backend/src/test/misc/GeoServices.test.ts +++ b/core/backend/src/test/misc/GeoServices.test.ts @@ -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 () => {