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 b989485 commit 7da5b0fCopy full SHA for 7da5b0f
projects/client/Unit/src/unit/TestChannelAllocation.cs
@@ -76,7 +76,7 @@ public int ModelNumber(IModel model)
76
77
[SetUp] public void Connect()
78
{
79
- C = new ConnectionFactory().CreateConnection(Protocols.FromEnvironment(), "localhost", -1);
+ C = new ConnectionFactory().CreateConnection();
80
}
81
82
[TearDown] public void Disconnect()
0 commit comments