From 5b1241c5890a9156171ead6ac4b8367c8e5fe974 Mon Sep 17 00:00:00 2001 From: Nick Tessier <22119573+nick4598@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:35:40 -0500 Subject: [PATCH] Change expected number of CRS to 11975 in GeoServices.test.ts (#7447) (cherry picked from commit 84d5a995e76b90905989eabce0aee24cd66d9be2) --- .../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 () => {