Fix typo in pkg/volume/rbd/rbd_test.go

Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
This commit is contained in:
he.qingguo 2020-12-30 13:58:41 +08:00
parent b860d08e4b
commit 3e4e50a3b9

View File

@ -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)
}
}