Fix test failures

This commit is contained in:
Dan Stillman 2016-04-26 21:32:18 -04:00
parent 1c90a77298
commit 88a1827332
2 changed files with 19 additions and 6 deletions

View file

@ -856,7 +856,7 @@ describe("Zotero.Sync.Storage.Mode.ZFS", function () {
}));
assert.ok(e);
assert.equal(e.errorType, 'warning');
assert.include(e.message, 'would exceed your');
assert.include(e.message, 'test.png');
})
})
})