We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf1e90 commit ec47a84Copy full SHA for ec47a84
client/internal/updatemanager/manager_test.go
@@ -67,7 +67,7 @@ func Test_LatestVersion(t *testing.T) {
67
return nil
68
}
69
m.currentVersion = c.daemonVersion
70
- m.Start(t.Context())
+ m.Start(context.Background())
71
m.SetVersion("latest")
72
var triggeredInit bool
73
select {
@@ -179,7 +179,7 @@ func Test_HandleUpdate(t *testing.T) {
179
180
181
182
183
m.SetVersion(c.expectedVersion)
184
185
var updateTriggered bool
0 commit comments