redhat-developer / opencompose

OpenCompose - A higher level abstraction for Kubernetes Resource
Apache License 2.0
64 stars 12 forks source link

fix error output in kubernetes_test.go #157

Closed concaf closed 7 years ago

concaf commented 7 years ago

Currently, func TestTransformer_CreateDeployments(t *testing.T) fails like -

Expected: []runtime.Object{(v1beta1.Deployment)(0xc420290380)} Got: []runtime.Object{(v1beta1.Deployment)(0xc420290a80)}

After, this commit, the fields are printed, which makes it possible to debug.

cdrage commented 7 years ago

LGTM