diff --git a/tests/unit/type_tag.test.ts b/tests/unit/type_tag.test.ts index 961b441cf..ae8fb8f0d 100644 --- a/tests/unit/type_tag.test.ts +++ b/tests/unit/type_tag.test.ts @@ -73,8 +73,7 @@ describe("TypeTagParser", () => { expect(error).toBeInstanceOf(ParsingError); const typeTagError = error as ParsingError; expect(typeTagError.message).toEqual( - `The given hex string ${typeTag} is a special address not in LONG form, - it must be 0x0 to 0xf without padding zeroes.`, + `The given hex string ${typeTag} is a special address not in LONG form, it must be 0x0 to 0xf without padding zeroes.`, ); }