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 add20d2 commit 4974f5fCopy full SHA for 4974f5f
Tests/IntegrationTest.cs
@@ -77,13 +77,6 @@ public virtual async Task InitializeAsync()
77
}
78
_management = _connection.Management();
79
80
-
81
- /*
82
- * Note: re-assigning here since Theory tests
83
- * will include the theory data at this point
84
- */
85
- _queueName = $"{_testDisplayName}-queue-{Now}";
86
- _exchangeName = $"{_testDisplayName}-exchange-{Now}";
87
88
89
public virtual async Task DisposeAsync()
0 commit comments