Skip to content

Commit cb23c17

Browse files
committed
Expose internals for testing
1 parent 32acf70 commit cb23c17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Runtime/Scripts/AudioFrame.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
using LiveKit.Internal;
44
using Unity.Collections;
55
using Unity.Collections.LowLevel.Unsafe;
6+
using System.Runtime.CompilerServices;
7+
[assembly: InternalsVisibleTo("Tests")]
68

79
namespace LiveKit
810
{

0 commit comments

Comments
 (0)