diff --git a/test/Ether.Network.Tests/Contexts/NetConfig/ConfigServer.cs b/test/Ether.Network.Tests/Contexts/NetConfig/ConfigServer.cs index 418585d..dab52ea 100644 --- a/test/Ether.Network.Tests/Contexts/NetConfig/ConfigServer.cs +++ b/test/Ether.Network.Tests/Contexts/NetConfig/ConfigServer.cs @@ -29,7 +29,7 @@ public void SetupConfiguration() this.Configuration.BufferSize = 512; this.Configuration.MaximumNumberOfConnections = 10; this.Configuration.Host = "127.0.0.1"; - this.Configuration.Port = 4444; + this.Configuration.Port = 4445; this.Configuration.Backlog = 10; this.Configuration.Blocking = false; }