Fix notifier test after 078e3bb079

This commit is contained in:
Dan Stillman 2022-02-21 19:20:56 -05:00
parent 198ae65b4a
commit 90531ea2a4

View file

@ -75,7 +75,7 @@ describe("Zotero.Notifier", function () {
}.bind(this), { waitTimeout: 1000 });
await promise1;
assert.isTrue(promise2.isRejected());
assert.ok(await getPromiseError(promise2));
});
});