Added missing init param to test case.
This commit is contained in:
parent
f75e3e5ebf
commit
260551ebb1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue