From 7867815f101c47508676c6dd356861bdee3946ad Mon Sep 17 00:00:00 2001 From: NoelStephensUnity Date: Mon, 16 Jun 2025 08:45:01 -0500 Subject: [PATCH] fix Since NGO v2.4.1 and above will now house testhelpers within the runtime tests assembly, we need to add the Unity.Netcode.Runtime.Tests to the BossRoom's tests asmdef. --- Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef b/Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef index 4a416b5ef..4200a10d9 100644 --- a/Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef +++ b/Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef @@ -15,7 +15,8 @@ "Unity.Netcode.TestHelpers.Runtime", "VContainer", "VContainer.EnableCodeGen", - "Unity.Collections" + "Unity.Collections", + "Unity.Netcode.Runtime.Tests" ], "includePlatforms": [], "excludePlatforms": [],