forked from LaconicNetwork/kompose
Fix typo in function name
This commit is contained in:
parent
2e40dd813b
commit
3fe1b5313c
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user