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 7bc4df8e..fbd1080d 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()
+ progress := DownloadVerifyAndExecute(0, nil)
for {
dp := <-progress
if dp.Error != nil {