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 am currently not able to always use a TestStore because my app heavily depends on Realm. When sending actions to a test store, these tests will often fail due to the diff printing memory locations.
Is there a way to remove these from the testStore diffs? I have tried using CustomDebugOutputConvertible but that does not seem to work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently not able to always use a
TestStore
because my app heavily depends on Realm. When sending actions to a test store, these tests will often fail due to the diff printing memory locations.Is there a way to remove these from the testStore diffs? I have tried using
CustomDebugOutputConvertible
but that does not seem to work.Beta Was this translation helpful? Give feedback.
All reactions