diff --git a/packages/form-integrations/test/helpers/umbrella-form.js b/packages/form-integrations/test/helpers/umbrella-form.js index 8264eaaf5..10a0d6c3c 100644 --- a/packages/form-integrations/test/helpers/umbrella-form.js +++ b/packages/form-integrations/test/helpers/umbrella-form.js @@ -44,13 +44,13 @@ export class UmbrellaForm extends LitElement { { it('parseAmount with locale set and length is more than four', () => { expect( parseAmount('6,000', { - locale: 'gb-GB', + locale: 'en-GB', }), ).to.equal(6000); expect(