Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
barak manos committed Aug 11, 2024
1 parent 9f15a39 commit a254206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/encoders.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a254206

Please sign in to comment.