Fix test failures introduced after #1044
This commit is contained in:
parent
dd8fd2b1ac
commit
834597c8bb
3 changed files with 4 additions and 3 deletions
|
@ -44,12 +44,12 @@ describe("Zotero.Feeds", function () {
|
|||
});
|
||||
|
||||
describe("#restoreFromJSON", function() {
|
||||
var json = {};
|
||||
var expiredFeedURL, existingFeedURL;
|
||||
var json, expiredFeedURL, existingFeedURL;
|
||||
|
||||
beforeEach(function* () {
|
||||
yield clearFeeds();
|
||||
|
||||
json = {};
|
||||
for (let i = 0; i < 2; i++) {
|
||||
let url = "http://" + Zotero.Utilities.randomString(10, 'abcdefgh') + ".com/feed.rss";
|
||||
json[url] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue