Make JSONFeedParserTests run.

This commit is contained in:
Brent Simmons
2024-09-21 11:11:45 -07:00
parent a48615b060
commit 887ef8c22e
2 changed files with 114 additions and 114 deletions

View File

@@ -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)