Fix feed item drag test's after() callback

This commit is contained in:
Abe Jellinek 2023-04-17 16:28:10 -04:00
parent b222bbcccb
commit a47a17852e

View file

@ -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* () {