From 381ee40964b21f8a8c4cb9c3f84bd2ddc3290e5c Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Fri, 28 Jul 2017 03:17:55 -0400 Subject: first pass on wav --- downloader/downloader_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'downloader/downloader_test.go') 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) } } -- cgit v1.3.1