Skip to content

Commit 2de26be

Browse files
committed
fixup
1 parent 49b5354 commit 2de26be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Test/Integration/TestQueueDeclare.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public async Task TestPassiveQueueDeclareException_GH1749()
6565
{
6666
await _channel.QueueDeclarePassiveAsync(q);
6767
}
68-
catch (Exception ex)
68+
catch (Exception)
6969
{
7070
// _output.WriteLine("{0} ex: {1}", _testDisplayName, ex);
7171
await _channel.DisposeAsync();

0 commit comments

Comments
 (0)