Closed concaf closed 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.
LGTM
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.