goconvey
goconvey copied to clipboard
actual and expected prams is equal, but goconvey print nor Equal?
trafficstars
hi, guys,i have a problem when i use goconvey to test my function
the actual and expected is equal, i use the reflect method to check it, i found it is equal,this is why ?

seems you should use ShouldResemble matcher (DeepEqual under the hood), instead of ShouldEqual (equality check)