From a254206efcdce6a8356548828d85740ced6fcdc6 Mon Sep 17 00:00:00 2001 From: barak manos <> Date: Sun, 11 Aug 2024 15:41:46 +0300 Subject: [PATCH] Minor --- tests/encoders.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/encoders.spec.ts b/tests/encoders.spec.ts index 2622e66..6f345d9 100644 --- a/tests/encoders.spec.ts +++ b/tests/encoders.spec.ts @@ -773,7 +773,7 @@ describe('encoders', () => { maxAbsoluteError: string, maxRelativeError: string ) { - it(`${paramName}: ${expectedValue}`, async () => { + it(`${paramName} = ${expectedValue}`, async () => { const actualValue = calcActualValue(expectedValue); if (!actualValue.eq(expectedValue)) { expect(actualValue.lt(expectedValue)).to.be.equal(