aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/updater/updater_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'updater/updater_test.go')
-rw-r--r--updater/updater_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/updater_test.go b/updater/updater_test.go
index a29d71f6..02e980eb 100644
--- a/updater/updater_test.go
+++ b/updater/updater_test.go
@@ -20,7 +20,7 @@ func TestUpdate(t *testing.T) {
return
}
t.Log("Found update")
- progress := DownloadVerifyAndExecute(0, nil)
+ progress := DownloadVerifyAndExecute(0)
for {
dp := <-progress
if dp.Error != nil {