Fix feed item drag test's after() callback
This commit is contained in:
parent
b222bbcccb
commit
a47a17852e
1 changed files with 1 additions and 1 deletions
|
@ -1249,7 +1249,7 @@ describe("Zotero.CollectionTree", function() {
|
|||
});
|
||||
|
||||
after(async function () {
|
||||
await new Promise(resolve => httpd.stop(() => resolve));
|
||||
await new Promise(resolve => httpd.stop(resolve));
|
||||
});
|
||||
|
||||
it("should add a translated feed item retrieved from a URL", function* () {
|
||||
|
|
Loading…
Reference in a new issue