Fix notifier test after 078e3bb079
This commit is contained in:
parent
198ae65b4a
commit
90531ea2a4
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ describe("Zotero.Notifier", function () {
|
|||
}.bind(this), { waitTimeout: 1000 });
|
||||
|
||||
await promise1;
|
||||
assert.isTrue(promise2.isRejected());
|
||||
assert.ok(await getPromiseError(promise2));
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue