Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Dec 19, 2024
1 parent c4bb9bc commit fbb9431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/helpers/number.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ describe('Test helpers', () => {

// Very large numbers
test('should return "100.00E18" for input 1e20', () => {
expect(prettifyNumber(1e20)).toEqual('100.00E18');
expect(prettifyNumber(1e20)).toEqual('100.00e¹⁸');
});
});
});
Expand Down

0 comments on commit fbb9431

Please sign in to comment.