forked from LaconicNetwork/kompose
Merge pull request #655 from procrypt/composeTestIssue
Changing printf verb in compose_test.go
This commit is contained in:
commit
4a267c160a
@ -64,7 +64,7 @@ func TestLoadV3Ports(t *testing.T) {
|
||||
}
|
||||
|
||||
if output[0] != expected {
|
||||
t.Errorf("Expected %s, got %s", expected, output[0])
|
||||
t.Errorf("Expected %v, got %v", expected, output[0])
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user