Skip to content

Commit

Permalink
Missed the addition of the ProgressBar argument to a call to NewDownl…
Browse files Browse the repository at this point in the history
…oadClient in the download tests due to missing it during the rebase.
  • Loading branch information
arizvisa committed Jul 21, 2018
1 parent b63787c commit b19b434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/download_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func TestDownloadClient_notFound(t *testing.T) {
client := NewDownloadClient(&DownloadConfig{
Url: ts.URL + "/not-found.txt",
TargetPath: tf.Name(),
})
}, *pb.New64(0))

if _, err := client.Get(); err == nil {
t.Fatal("should error")
Expand Down

0 comments on commit b19b434

Please sign in to comment.