Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Oct 31, 2024
1 parent df02a50 commit f79f6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/testCommonFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe('commonFunctions.js', () => {
});

describe('toFixedNumber', () => {
test('to 4 digits', () => {
test('to 5 digits', () => {
const value = (1.12345678).toFixedNumber(5);
expect(value).to.equal(1.12346);
});
Expand Down

0 comments on commit f79f6c1

Please sign in to comment.