From 7f31686bc5e72e324bfd15cca5c53357927d540a Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 1 Mar 2022 07:52:53 -0500 Subject: [PATCH] test: fix CardDAVSpec.js --- Tests/spec/CardDAVSpec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/spec/CardDAVSpec.js b/Tests/spec/CardDAVSpec.js index 45dc1ae77..c1fcdb0bf 100644 --- a/Tests/spec/CardDAVSpec.js +++ b/Tests/spec/CardDAVSpec.js @@ -216,7 +216,6 @@ describe('CardDAV extensions', function() { .withContext(`HTTP status code of addressbook-query`) .toEqual(207) - vcard = ICAL.Component.fromString(response[0].props.addressData.toString()) emails = [] for (const prop of vcard.getAllProperties('email')) { emails.push(prop.getFirstValue())