Skip to content

Commit afafcbc

Browse files
committed
fixup
1 parent e611529 commit afafcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Test/Integration/ConnectionRecovery/TestExchangeRecovery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public async Task TestExchangeToExchangeBindingRecovery()
7272
{
7373
await CloseAndWaitForRecoveryAsync();
7474
Assert.True(_channel.IsOpen);
75-
await _channel.BasicPublishAsync(ex_source, "", _encoding.GetBytes("msg"));
75+
await _channel.BasicPublishAsync(ex_source, "", _encoding.GetBytes("msg"), mandatory: true);
7676
await _channel.WaitForConfirmsOrDieAsync();
7777
await AssertMessageCountAsync(q, 1);
7878
}

0 commit comments

Comments
 (0)