mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Fix typo in pkg/volume/rbd/rbd_test.go
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
This commit is contained in:
parent
b860d08e4b
commit
3e4e50a3b9
@ -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