Skip to content

Commit

Permalink
test: update test according to new decimal rules in analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Dec 4, 2024
1 parent 59f3aba commit db357a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/__tests__/tableValues.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('getFormattedCellValue', () => {
value,
visualization: { digitGroupSeparator: 'COMMA' },
})
).toEqual('3,700.5')
).toEqual('3,700.50')
})

test('username', () => {
Expand Down

0 comments on commit db357a2

Please sign in to comment.