Skip to content

Commit

Permalink
fixed spell check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokshah-dev committed Aug 19, 2022
1 parent fe363d4 commit 47e1023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/shared_state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func TestGetVolumesFromPod(t *testing.T) {
},
},
{
description: "[Sucess] Sucessfully return Volumes for the given podName",
description: "[Success] Successfully return Volumes for the given podName",
podName: "test-pod-0",
setupFunc: func(t *testing.T, mockCtl *gomock.Controller) *SharedState {
testSharedState := NewTestSharedState(
Expand Down

0 comments on commit 47e1023

Please sign in to comment.