Skip to content

Commit

Permalink
Make internals visible to language server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Nov 22, 2023
1 parent 3bf59fb commit b0501c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion YarnSpinner/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("0.0.0.0")]
Expand All @@ -7,4 +7,5 @@

[assembly:InternalsVisibleTo("YarnSpinner.Tests")]
[assembly:InternalsVisibleTo("YarnSpinner.Compiler")]
[assembly:InternalsVisibleTo("LanguageServer.Tests")]

0 comments on commit b0501c7

Please sign in to comment.