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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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', () => { |
|
|
|
|