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.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/updater_test.go b/updater/updater_test.go
index fbd1080d..809262bd 100644
--- a/updater/updater_test.go
+++ b/updater/updater_test.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2022 WireGuard LLC. All Rights Reserved.
*/
package updater
@@ -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 {