From 260551ebb1c2f757b23190ed9a4039929c94efe2 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 3 Apr 2020 13:52:37 -0500 Subject: [PATCH] Added missing init param to test case. --- Frameworks/Account/AccountTests/Feedly/FeedlyTestSupport.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Frameworks/Account/AccountTests/Feedly/FeedlyTestSupport.swift b/Frameworks/Account/AccountTests/Feedly/FeedlyTestSupport.swift index 46117de80..ea677dbe4 100644 --- a/Frameworks/Account/AccountTests/Feedly/FeedlyTestSupport.swift +++ b/Frameworks/Account/AccountTests/Feedly/FeedlyTestSupport.swift @@ -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,