diff --git a/test/tests/syncEngineTest.js b/test/tests/syncEngineTest.js index 4a6175d74f..87d8b23a13 100644 --- a/test/tests/syncEngineTest.js +++ b/test/tests/syncEngineTest.js @@ -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, {