Skip to content

Commit c19318f

Browse files
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.
1 parent 2fc8c1f commit c19318f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/Tests/Runtime/Unity.BossRoom.Tests.Runtime.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"Unity.Netcode.TestHelpers.Runtime",
1616
"VContainer",
1717
"VContainer.EnableCodeGen",
18-
"Unity.Collections"
18+
"Unity.Collections",
19+
"Unity.Netcode.Runtime.Tests"
1920
],
2021
"includePlatforms": [],
2122
"excludePlatforms": [],

0 commit comments

Comments
 (0)