mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 02:37:36 +00:00
Fix typo in staging/src/.../wait_test.go
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
This commit is contained in:
@@ -692,7 +692,7 @@ func TestContextForChannel(t *testing.T) {
|
||||
select {
|
||||
case <-done:
|
||||
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")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user