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
testContext.MarkAsFailed(newInvalidOperationException($"'{nameof(MessageThatIsEnlistedHandler)}' should not be called because the surrounding transaction was rolled back."));
Assert.That(context.SequenceNumberOfFirstMessage,Is.EqualTo(1),"The transport should preserve the order in which the transactional messages are delivered to the queuing system");
Assert.That(context.MessageThatIsEnlistedHandlerWasCalled,Is.False,"The transactional handler should not be called");
34
+
Assert.That(context.SequenceNumberOfFirstMessage,Is.EqualTo(1),"The transport should preserve the order in which the transactional messages are delivered to the queuing system");
0 commit comments