Merge pull request #931 from hangyan/fix-typo-in-func-name

Fix typo in function name
This commit is contained in:
Charlie Drage
2018-02-07 08:22:50 -05:00
committed by GitHub
+1 -1
View File
@@ -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",