mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Merge pull request #97590 from heqg/typo-expected-03
Fix typo in staging/src/.../wait_test.go
This commit is contained in:
commit
fdefde717a
@ -692,7 +692,7 @@ func TestContextForChannel(t *testing.T) {
|
|||||||
select {
|
select {
|
||||||
case <-done:
|
case <-done:
|
||||||
case <-time.After(ForeverTestTimeout):
|
case <-time.After(ForeverTestTimeout):
|
||||||
t.Errorf("unexepcted timeout waiting for parent to cancel child contexts")
|
t.Errorf("unexpected timeout waiting for parent to cancel child contexts")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user