Merge pull request #97587 from heqg/typo-expected-01

Fix typo in pkg/volume/rbd/rbd_test.go
This commit is contained in:
Kubernetes Prow Robot 2021-01-05 11:46:54 -08:00 committed by GitHub
commit 72ede75d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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