Skip to content

Commit 320cd38

Browse files
committed
chore: Update the port of the codec tests
1 parent dc13db4 commit 320cd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/DistributedAuthority/DistributedAuthorityCodecTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ internal class DistributedAuthorityCodecTests : NetcodeIntegrationTest
3030
private NetworkManager Client => m_ClientNetworkManagers[0];
3131

3232
private string m_TransportHost = Environment.GetEnvironmentVariable("NGO_HOST") ?? "127.0.0.1";
33-
private const int k_TransportPort = 7777;
33+
private const int k_TransportPort = 7788;
3434
private const int k_ClientId = 0;
3535

3636
private GameObject m_SpawnObject;

0 commit comments

Comments
 (0)