diff --git a/src/UrlParams.test.ts b/src/UrlParams.test.ts index 14635a91..a188fbbc 100644 --- a/src/UrlParams.test.ts +++ b/src/UrlParams.test.ts @@ -83,7 +83,7 @@ describe("UrlParams", () => { ).toBe(ROOM_ID); }); it("(roomId with unprintable chatacters)", () => { - const invisibleChar = "⁦"; + const invisibleChar = "\u2066"; expect( getRoomIdentifierFromUrl( "",