Browse Source

Update test: Chinese month name

master
Henning Hall 5 years ago
parent
commit
35f55a0a0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/detox/e2e/tests/displayText.spec.js

+ 1
- 1
examples/detox/e2e/tests/displayText.spec.js View File

@ -69,7 +69,7 @@ describe('Display text', () => {
}) })
it('zh-CH', async () => { it('zh-CH', async () => {
await expectLocaleDateString('zh-CH', '2001年' + '1月' + '1日')
await expectLocaleDateString('zh-CH', '2001年' + '月' + '1日')
}) })
}) })

Loading…
Cancel
Save