diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-24 13:46:08 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-24 13:46:08 -0300 |
| commit | b90ab861b991054c00c832826ff5995caa807ed9 (patch) | |
| tree | 6c1df4593ce1942ef3348f50e0bd8bbe1382f5f9 /test/components | |
| parent | 7fc6c80ee49d57fc84597d83b0216dd8df6dc127 (diff) | |
| parent | 616beeb8e79b83018086b83bd766475c53b167ba (diff) | |
| download | mullvadvpn-b90ab861b991054c00c832826ff5995caa807ed9.tar.xz mullvadvpn-b90ab861b991054c00c832826ff5995caa807ed9.zip | |
Merge branch 'localize-expiry'
Diffstat (limited to 'test/components')
| -rw-r--r-- | test/components/Account.spec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/components/Account.spec.js b/test/components/Account.spec.js index 9d6e1cdbe8..a850c6af06 100644 --- a/test/components/Account.spec.js +++ b/test/components/Account.spec.js @@ -11,6 +11,7 @@ describe('components/Account', () => { const defaultProps: AccountProps = { accountToken: '1234', accountExpiry: new Date('2038-01-01').toISOString(), + expiryLocale: 'en-US', updateAccountExpiry: () => Promise.resolve(), onCopyAccountToken: () => {}, onClose: () => {}, |
