Show correct quota message for personal library

This commit is contained in:
Dan Stillman 2016-04-27 03:14:51 -04:00
parent 0ebf49849a
commit 6d6afdd706
2 changed files with 3 additions and 1 deletions

View file

@ -857,6 +857,7 @@ describe("Zotero.Sync.Storage.Mode.ZFS", function () {
assert.ok(e);
assert.equal(e.errorType, 'warning');
assert.include(e.message, 'test.png');
assert.equal(e.dialogButtonText, Zotero.getString('sync.storage.openAccountSettings'));
})
})
})