We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe27184 commit 904c763Copy full SHA for 904c763
com.unity.netcode.gameobjects/Tests/Runtime/AssemblyInfo.cs
@@ -1,7 +1,7 @@
1
using System.Runtime.CompilerServices;
2
3
#if UNITY_INCLUDE_TESTS
4
-[assembly: InternalsVisibleTo("TestProject.RuntimeTests")]
+[assembly: InternalsVisibleTo("TestProject.Runtime.Tests")]
5
#if UNITY_EDITOR
6
[assembly: InternalsVisibleTo("TestProject.Editor.Tests")]
7
#endif // UNITY_EDITOR
0 commit comments