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
I've noticed that the data models don't have equals() and hashCode() implemented, which has caused issues with my own unit tests. I was able to get around the issue by extending these classes and implementing my own equals() and hashCode(), but such a solution wasn't ideal.
I believe having equals() and hashCode() implemented for these data models will make development more intuitive and convenient for people using this library.