Browse Source

Bugfix/thousand separator detection test for de-CH locale (part 2) (#6572)

* Fix test
pull/6559/head
Thomas Kaul 7 days ago
committed by GitHub
parent
commit
c2acf28824
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      libs/common/src/lib/helper.spec.ts

2
libs/common/src/lib/helper.spec.ts

@ -54,7 +54,7 @@ describe('Helper', () => {
});
it('Get de-CH number format group', () => {
expect(getNumberFormatGroup('de-CH')).toEqual('’');
expect(getNumberFormatGroup('de-CH')).toEqual(`'`);
});
it('Get de-CH number format group when it is default', () => {

Loading…
Cancel
Save