test(input-amount): fix wrong locale
This commit is contained in:
parent
8b2736f234
commit
13ba9dd615
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ describe('parseAmount()', () => {
|
||||||
it('parseAmount with locale set and length is more than four', () => {
|
it('parseAmount with locale set and length is more than four', () => {
|
||||||
expect(
|
expect(
|
||||||
parseAmount('6,000', {
|
parseAmount('6,000', {
|
||||||
locale: 'gb-GB',
|
locale: 'en-GB',
|
||||||
}),
|
}),
|
||||||
).to.equal(6000);
|
).to.equal(6000);
|
||||||
expect(
|
expect(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue