Skip to content

Commit

Permalink
fix(test): fix typo on the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Oct 12, 2021
1 parent b606788 commit e8db3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('grammar', () => {
expect(bahttext(10056518)).toBe('สิบล้านห้าหมื่นหกพันห้าร้อยสิบแปดบาทถ้วน')
})

test('multi occurrence of 1x', () => {
test('multi occurrence of 2x', () => {
expect(bahttext(20056528)).toBe('ยี่สิบล้านห้าหมื่นหกพันห้าร้อยยี่สิบแปดบาทถ้วน')
})
})
Expand Down

0 comments on commit e8db3d4

Please sign in to comment.