mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make RSS-in-JSON tests work.
This commit is contained in:
@@ -36,7 +36,7 @@ public struct FeedParser {
|
||||
return try JSONFeedParser.parse(parserData)
|
||||
|
||||
case .rssInJSON:
|
||||
return nil // TODO: try RSSInJSONParser.parse(parserData)
|
||||
return try RSSInJSONParser.parse(parserData)
|
||||
|
||||
case .rss:
|
||||
let feed = RSSParser.parsedFeed(with: parserData)
|
||||
|
||||
Reference in New Issue
Block a user