diff --git a/meta_test.go b/meta_test.go index 916dd1b..ebf854a 100644 --- a/meta_test.go +++ b/meta_test.go @@ -169,7 +169,7 @@ func TestDownloadEpisode(t *testing.T) { // Download the episode. show := Show{URL: u} - if n, err := show.Sync("./tests", podcast.number); err != nil { + if n, _, err := show.Sync("./tests", podcast.number); err != nil { t.Error(podcast.name, "- Error syncing:", err) continue } else if n != 1 {