mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #97587 from heqg/typo-expected-01
Fix typo in pkg/volume/rbd/rbd_test.go
This commit is contained in:
commit
72ede75d9c
@ -681,7 +681,7 @@ func TestRequiresRemount(t *testing.T) {
|
||||
plug, _ := plugMgr.FindPluginByName("kubernetes.io/rbd")
|
||||
has := plug.RequiresRemount(nil)
|
||||
if has {
|
||||
t.Errorf("Exepcted RequiresRemount to be false, got %t", has)
|
||||
t.Errorf("Expected RequiresRemount to be false, got %t", has)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user