From 0858951cb924769bec07c3434c5609a00b2d7674 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:27:41 -0500 Subject: [PATCH] Change expected number of CRS to 11975 in GeoServices.test.ts (backport #7447) [release/4.11.x] (#7451) Co-authored-by: Nick Tessier <22119573+nick4598@users.noreply.github.com> --- .../nick-updatecrscount_2024-12-04-20-14.json | 10 ++++++++++ core/backend/src/test/misc/GeoServices.test.ts | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 common/changes/@itwin/core-backend/nick-updatecrscount_2024-12-04-20-14.json 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 () => {