Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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.
  • Loading branch information
NoelStephensUnity committed Jun 17, 2025
commit 4fa8cb647aec2e91b244dbcadc1d2475db04ba25
3 changes: 2 additions & 1 deletion Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"Unity.Netcode.TestHelpers.Runtime",
"VContainer",
"VContainer.EnableCodeGen",
"Unity.Collections"
"Unity.Collections",
"Unity.Netcode.Runtime.Tests"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down