Fix WebDAV test after 1f1b2e9b2

This commit is contained in:
Dan Stillman 2019-06-03 03:35:32 -04:00
parent c0e2aa03d3
commit 985f10d5ed

View file

@ -1227,8 +1227,8 @@ describe("Zotero.Sync.Data.Engine", function () {
assert.propertyVal(itemJSON, "contentType", item.attachmentContentType);
assert.propertyVal(itemJSON, "charset", item.attachmentCharset);
assert.propertyVal(itemJSON, "filename", item.attachmentFilename);
assert.propertyVal(itemJSON, "mtime", null);
assert.propertyVal(itemJSON, "md5", null);
assert.notPropertyVal(itemJSON, "mtime");
assert.notPropertyVal(itemJSON, "md5");
req.respond(
200,
{