Skip to content

Commit

Permalink
Merge pull request #931 from hangyan/fix-typo-in-func-name
Browse files Browse the repository at this point in the history
Fix typo in function name
  • Loading branch information
cdrage committed Feb 7, 2018
2 parents ea84d65 + 3fe1b53 commit ed9246d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/transformer/kubernetes/k8sutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func TestTransformWithPid(t *testing.T) {
}
}

func TestTransformWithInvaildPid(t *testing.T) {
func TestTransformWithInvalidPid(t *testing.T) {
// An example service
service := kobject.ServiceConfig{
ContainerName: "name",
Expand Down

0 comments on commit ed9246d

Please sign in to comment.