hammond-data: Index_loop does not wait for GET request to finish now.

This commit is contained in:
Jordan Petridis
2017-12-26 18:18:48 +02:00
parent 41abeeb2e3
commit bfb74c4dba
4 changed files with 43 additions and 80 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ mod tests {
// Convert Source it into a Feed and index it
let feed = source.into_feed().unwrap();
index(vec![feed]);
index(&feed);
// Get the Podcast
let pd = dbqueries::get_podcast_from_source_id(sid).unwrap().into();