diff options
| author | Nathan Perry <avaglir@gmail.com> | 2017-07-28 03:17:55 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2017-07-28 03:17:55 -0400 |
| commit | 381ee40964b21f8a8c4cb9c3f84bd2ddc3290e5c (patch) | |
| tree | b4d6bee8a52f09326ea9b576dcf0eef34468b6df /downloader/downloader_test.go | |
| parent | 2b1b07806bde7206d15ce87b9f05f1176c965b2f (diff) | |
first pass on wav
Diffstat (limited to 'downloader/downloader_test.go')
| -rw-r--r-- | downloader/downloader_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/downloader/downloader_test.go b/downloader/downloader_test.go index 37a23d4..f38e1d0 100644 --- a/downloader/downloader_test.go +++ b/downloader/downloader_test.go @@ -16,7 +16,7 @@ func TestGetUrl(t *testing.T) { } func TestDownload(t *testing.T) { - if err := Download("https://www.youtube.com/watch?v=_K13GJkGvDw", 10*time.Second, 10*time.Second); err != nil { + if _, err := Download("https://www.youtube.com/watch?v=_K13GJkGvDw", 10*time.Second, 10*time.Second); err != nil { t.Fatal(err) } } |
