Feature to Ignore fields in Assertions #1696
manish-kharel
started this conversation in
General
Replies: 1 comment 3 replies
-
#843 describes a way to do this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have come across many instances where I had to compare two objects with exception to few fields. I wonder why this has not yet been provided for the assertion package where we can provide Options to ignore specific fields. Something along the lines of go-cmp. It would be nice to have that, as I won't be obliged to use a different package for assertions.
Beta Was this translation helpful? Give feedback.
All reactions