country is now upper

This commit is contained in:
Kyle Spearrin 2019-03-23 22:49:22 -04:00
parent 38795dc95b
commit df429fe178
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ describe('1Password 1Pif Importer', () => {
expect(identity.lastName).toEqual('Fritzenberger');
expect(identity.company).toEqual('Web Inc.');
expect(identity.address1).toEqual('Mainstreet 1');
expect(identity.country).toEqual('de');
expect(identity.country).toEqual('DE');
expect(identity.city).toEqual('Berlin');
expect(identity.postalCode).toEqual('223344');
expect(identity.phone).toEqual('+49 001 222 333 44');