mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make JSONFeedParserTests run.
This commit is contained in:
@@ -33,7 +33,7 @@ public struct FeedParser {
|
||||
switch type {
|
||||
|
||||
case .jsonFeed:
|
||||
return nil // TODO: try JSONFeedParser.parse(parserData)
|
||||
return try JSONFeedParser.parse(parserData)
|
||||
|
||||
case .rssInJSON:
|
||||
return nil // TODO: try RSSInJSONParser.parse(parserData)
|
||||
|
||||
Reference in New Issue
Block a user