Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saga ExpectNotSend overload incorrectly calling ExpectSend #106

Closed
bording opened this issue Jun 16, 2017 · 1 comment
Closed

Saga ExpectNotSend overload incorrectly calling ExpectSend #106

bording opened this issue Jun 16, 2017 · 1 comment
Labels
Milestone

Comments

@bording
Copy link
Member

bording commented Jun 16, 2017

The ExpectNotSend method on the Saga<T> class that accepts an Action<TMessage> is calling ExpectSend instead of ExpectNotSend.

Who's affected

Any user using this overload of the ExpectNotSend method.

Symptoms

A test written using this method would fail when a message was not sent instead of passing as expected.

@bording
Copy link
Member Author

bording commented Jun 16, 2017

Fixed by #107

@bording bording closed this as completed Jun 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant