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

Change testing upgrade guide to point to saga scenario testing #5855

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

DavidBoike
Copy link
Member

Note that as part of this work, I realized that there is a bug in saga scenario testing around use of ReplyToOriginator, which was raised here: Particular/NServiceBus.Testing#426

@DavidBoike DavidBoike self-assigned this Sep 15, 2022
Comment on lines +37 to +41
class StartsSaga : IMessage { }
class MyResponse : IMessage { }
class MyEvent : IEvent { }
class MyCommand : ICommand { }
class MyOtherEvent : IEvent { }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OKAY 🤣

@DavidBoike DavidBoike merged commit 1a352ef into master Sep 16, 2022
@DavidBoike DavidBoike deleted the saga-tests branch September 16, 2022 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants