Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moriadry committed Jul 16, 2019
1 parent 49a4945 commit 36bc592
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func TestControllerFetcher(t *testing.T) {
},
}},
expectedKey: &ControllerKeyWithAPIVersion{ControllerKey: ControllerKey{
Name: "test-statefulset", Kind: "StatefulSet", Namespace: "test-namesapce"}}, // StatefulSet has no parrent
Name: "test-statefulset", Kind: "StatefulSet", Namespace: "test-namesapce"}}, // StatefulSet has no parent
expectedError: nil,
},
{
Expand All @@ -148,7 +148,7 @@ func TestControllerFetcher(t *testing.T) {
},
}},
expectedKey: &ControllerKeyWithAPIVersion{ControllerKey: ControllerKey{
Name: "test-daemonset", Kind: "DaemonSet", Namespace: "test-namesapce"}}, // DaemonSet has no parrent
Name: "test-daemonset", Kind: "DaemonSet", Namespace: "test-namesapce"}}, // DaemonSet has no parent
expectedError: nil,
},
{
Expand All @@ -164,7 +164,7 @@ func TestControllerFetcher(t *testing.T) {
},
}},
expectedKey: &ControllerKeyWithAPIVersion{ControllerKey: ControllerKey{
Name: "test-job", Kind: "Job", Namespace: "test-namesapce"}}, // Job has no parrent
Name: "test-job", Kind: "Job", Namespace: "test-namesapce"}}, // Job has no parent
expectedError: nil,
},
{
Expand All @@ -180,7 +180,7 @@ func TestControllerFetcher(t *testing.T) {
},
}},
expectedKey: &ControllerKeyWithAPIVersion{ControllerKey: ControllerKey{
Name: "test-rc", Kind: "ReplicationController", Namespace: "test-namesapce"}}, // ReplicationController has no parrent
Name: "test-rc", Kind: "ReplicationController", Namespace: "test-namesapce"}}, // ReplicationController has no parent
expectedError: nil,
},
{
Expand Down

0 comments on commit 36bc592

Please sign in to comment.