Fix typo in function name

This commit is contained in:
Hang Yan 2018-02-07 11:22:29 +08:00
parent 2e40dd813b
commit 3fe1b5313c

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",