We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2223eaa commit 2fdb57aCopy full SHA for 2fdb57a
Tests/ReliableTests.cs
@@ -33,7 +33,7 @@ public void MessageWithoutConfirmationRaiseTimeout()
33
var confirmationPipe = new ConfirmationPipe(async confirmation =>
34
{
35
l.Add(confirmation.Status);
36
- if (confirmation.PublishingId == 2)
+ if (l.Count == 2)
37
38
await Task.CompletedTask;
39
confirmationTask.SetResult(2);
0 commit comments