forked from LaconicNetwork/kompose
Merge pull request #827 from surajnarwade/fixing-vet-issue
Fixed `go vet`
This commit is contained in:
commit
ca496dd4ef
@ -56,7 +56,7 @@ func TestParseHealthCheck(t *testing.T) {
|
||||
}
|
||||
|
||||
if !reflect.DeepEqual(output, expected) {
|
||||
t.Errorf("Structs are not equal, expected: %s, output: %s", expected, output)
|
||||
t.Errorf("Structs are not equal, expected: %v, output: %v", expected, output)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user