Skip to content

Commit 07b963e

Browse files
authored
Update When_passing_custom_connection_in_receive_context.cs
1 parent 0dfab84 commit 07b963e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NServiceBus.Transport.SqlServer.AcceptanceTests/When_passing_custom_connection_in_receive_context.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public async Task Should_use_connection_in_transport_operations()
2525
await bus.SendLocal(new InitiatingMessage());
2626
});
2727
})
28-
.Done(c => c.FollowUpCommittedCommandReceived && c.FollowUpCommittedCommandReceived)
28+
.Done(c => c.FollowUpCommittedCommandReceived && c.FollowUpCommittedEventReceived)
2929
.Run(TimeSpan.FromSeconds(10));
3030

3131
Assert.Multiple(() =>
@@ -158,4 +158,4 @@ public Task Handle(FollowUpRolledbackEvent message, IMessageHandlerContext conte
158158
}
159159
}
160160
}
161-
}
161+
}

0 commit comments

Comments
 (0)