Skip to content

Commit

Permalink
Merge pull request kubernetes#98199 from yangjunmyfm192085/run-test3
Browse files Browse the repository at this point in the history
fix mistake about [avaliable] for index_test.go
  • Loading branch information
k8s-ci-robot authored May 25, 2021
2 parents b96c86f + f241036 commit 894803a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/volume/persistentvolume/index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ func TestFindMatchVolumeWithNode(t *testing.T) {
}),
node: node3,
},
"fail-nonavaiable": {
"fail-nonavaliable": {
expectedMatch: "",
claim: makePVC("100G", func(pvc *v1.PersistentVolumeClaim) {
pvc.Spec.AccessModes = []v1.PersistentVolumeAccessMode{v1.ReadWriteOnce}
Expand Down

0 comments on commit 894803a

Please sign in to comment.