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
commit ed9246d537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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