mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 17:43:39 +00:00
dashlane-csv-importer: Set month on import (#4284)
This commit is contained in:
committed by
GitHub
parent
72ec05a3e6
commit
6d2a2aa852
@@ -79,8 +79,8 @@ describe("Dashlane CSV Importer", () => {
|
||||
expect(cipher2.card.cardholderName).toBe("John Doe");
|
||||
expect(cipher2.card.number).toBe("41111111111111111");
|
||||
expect(cipher2.card.code).toBe("123");
|
||||
expect(cipher2.card.expMonth).toBe("01");
|
||||
expect(cipher2.card.expYear).toBe("23");
|
||||
expect(cipher2.card.expMonth).toBe("1");
|
||||
expect(cipher2.card.expYear).toBe("2023");
|
||||
|
||||
expect(cipher2.fields.length).toBe(2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user