Skip to content

Commit 7da5b0f

Browse files
author
Matthew Sackman
committed
Debitrotting
1 parent b989485 commit 7da5b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/TestChannelAllocation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public int ModelNumber(IModel model)
7676

7777
[SetUp] public void Connect()
7878
{
79-
C = new ConnectionFactory().CreateConnection(Protocols.FromEnvironment(), "localhost", -1);
79+
C = new ConnectionFactory().CreateConnection();
8080
}
8181

8282
[TearDown] public void Disconnect()

0 commit comments

Comments
 (0)