It looks like the issue you're encountering is related to the types of the `Exit` values you're c...
I have a failing effect test, used to be passing but updating deps maybe things changed. I havent figured out what i'm doing wrong. The point of this test is to cause a failure and make sure the failure is handled.
So my understanding (been a minute) is that if I flip this, then exit i would essentially be in the error path (assuming the function is going to be in the success channel otherwise).
My expect however is not correct.
My result looks wrong I guess?
has type
So basically I see this:
What am I doing wrong?
So my understanding (been a minute) is that if I flip this, then exit i would essentially be in the error path (assuming the function is going to be in the success channel otherwise).
My expect however is not correct.
My result looks wrong I guess?
has type
So basically I see this:
What am I doing wrong?
