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 Mar 11, 2024. It is now read-only.
I tried to test my pattern with spector and got an exception when I use the Either class in ExpectedRecords. I made a stackoverflow post regarding my issue and mister Rohrmann suggested adding an issue regarding a bug in the Testsink of spector. Link to stackoverflow post https://stackoverflow.com/questions/46239847/
Basically when you use an either<> in the expectedrecords it always fails because left is always null
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. Till is right about the source of the bug. I'm going to fix this in the next release.
I'm not sure if I can come up with a temporary workaround in the meantime.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to test my pattern with spector and got an exception when I use the Either class in ExpectedRecords. I made a stackoverflow post regarding my issue and mister Rohrmann suggested adding an issue regarding a bug in the Testsink of spector. Link to stackoverflow post https://stackoverflow.com/questions/46239847/
Basically when you use an
either<>
in theexpectedrecords
it always fails because left is alwaysnull
The text was updated successfully, but these errors were encountered: