Document Episode Model.

This commit is contained in:
Jordan Petridis
2017-11-28 08:25:04 +02:00
parent d81f9c6ad7
commit 3707b70b41
3 changed files with 34 additions and 3 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ mod tests {
// Convert Source it into a Feed and index it
let feed = source.into_feed().unwrap();
index(vec!(feed));
index(vec![feed]);
// Get the Podcast
let pd = dbqueries::get_podcast_from_source_id(sid).unwrap();