RecursiveDescrpition isn't purging pointers #576
Unanswered
oliverfoggin
asked this question in
Q&A
Replies: 1 comment
-
Nevermind... we're using a confusing wrapper that is actually not doing what I thought it was doing. |
Beta Was this translation helpful? Give feedback.
0 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'm using V1.9.0 of SnapshotTesting and when running the
as: .recursiveDescription
tests it doesn't appear to be purging the pointers.The code shows that it should be...
Copied from the framework...
But when I run my tests (for a second time) they are failing with a warning like...
I am not fluent enough in regex-ese to understand if this is correct though...
Is there something I am doing incorrectly or possibly missing an option which is doing this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions