Skip to content

Commit 79dd9a2

Browse files
Rafal Maciagclaude
andcommitted
Add InternalsVisibleTo for ModelingEvolution.RocketWelder.Tests
Enables integration testing of NNG transport layer from the main RocketWelder test project. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8facd56 commit 79dd9a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
using System.Runtime.CompilerServices;
22

3-
[assembly: InternalsVisibleTo("RocketWelder.SDK.Tests")]
3+
[assembly: InternalsVisibleTo("RocketWelder.SDK.Tests")]
4+
[assembly: InternalsVisibleTo("ModelingEvolution.RocketWelder.Tests")]

0 commit comments

Comments
 (0)