Skip to content

Commit

Permalink
Fix typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
hangyan committed Feb 7, 2018
1 parent 2e40dd8 commit 3fe1b53
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 3fe1b53

Please sign in to comment.