Skip to content

Commit

Permalink
update meta test to new Show.Sync format
Browse files Browse the repository at this point in the history
  • Loading branch information
snhilde committed Mar 17, 2021
1 parent 24ca0b8 commit cf6cdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cf6cdbf

Please sign in to comment.