You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Hi @codyoss,
in my opinion, data type should mention in error message.
for instance, on the above sample I put, the difference is int and int64 but since the value is equal, the error message would be better if it's like Got: int(1), Want : is equal to int64(1).
Thank you for your feedback. I will take your opinion into consideration as I ponder on this some more. Maybe we can get some more input from others in the community as well.
When the data type of expected result is different from the actual result, the error message needs to be more clear.
This error message a littel bit confusing when there's any changes on data type
it would be nicer if the error message is more clear
if needed, I can create PR for this one
The text was updated successfully, but these errors were encountered: