Skip to content

Commit 3eadfd4

Browse files
committed
rollback
1 parent 94d24c2 commit 3eadfd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Wissance.Hydra/Wissance.Hydra/Wissance.Hydra.Tcp.Tests/Transport/MultiChannelTcpServerTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public class MultiChannelTcpServerTests : IDisposable
2525
public MultiChannelTcpServerTests(ITestOutputHelper testOutputHelper)
2626
{
2727
_testOutputHelper = testOutputHelper;
28-
_localAddress = "127.0.0.1";
29-
//OperatingSystem.IsWindows() ? "127.0.0.1" : "0.0.0.0";
28+
_localAddress = OperatingSystem.IsWindows() ? "127.0.0.1" : "0.0.0.0";
3029
_testOutputHelper.WriteLine($"Local address is: {_localAddress}");
3130
}
3231

0 commit comments

Comments
 (0)