Closes #2. Kudo to @jwykeham for the fix!.
This commit is contained in:
@@ -113,7 +113,7 @@ mod tests {
|
||||
let sid = source.id().clone();
|
||||
|
||||
// Convert Source it into a Feed and index it
|
||||
let feed = source.into_feed().unwrap();
|
||||
let feed = source.into_feed(true).unwrap();
|
||||
index(&feed);
|
||||
|
||||
// Get the Podcast
|
||||
|
||||
Reference in New Issue
Block a user