Added missing init param to test case.

This commit is contained in:
Maurice Parker 2020-04-03 13:52:37 -05:00
parent f75e3e5ebf
commit 260551ebb1
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ class FeedlyTestSupport {
url: "http://localhost/",
externalURL: "http://localhost/\(pair.0)/articles/\(index).html",
title: "Title\(index)",
language: nil,
contentHTML: "Content \(index) HTML.",
contentText: "Content \(index) Text",
summary: nil,