Test updates for newer Sinon

This commit is contained in:
Dan Stillman 2019-05-25 07:28:28 -04:00
parent ca7217cff7
commit e8dd1f7824
5 changed files with 16 additions and 12 deletions

View file

@ -100,7 +100,7 @@ describe("Zotero.FeedItems", function () {
});
afterEach(function* () {
save.reset();
save.resetHistory();
yield clearFeeds();
});