Skip to content

Commit 904c763

Browse files
update
Missed one internal visibility even though it doesn't impact anything (yet).
1 parent fe27184 commit 904c763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Runtime.CompilerServices;
22

33
#if UNITY_INCLUDE_TESTS
4-
[assembly: InternalsVisibleTo("TestProject.RuntimeTests")]
4+
[assembly: InternalsVisibleTo("TestProject.Runtime.Tests")]
55
#if UNITY_EDITOR
66
[assembly: InternalsVisibleTo("TestProject.Editor.Tests")]
77
#endif // UNITY_EDITOR

0 commit comments

Comments
 (0)