make internal classes visible to tests

This commit is contained in:
Kevin Froman 2020-05-28 20:38:59 -05:00
parent c9f505fe6c
commit ad50959bac
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
using System.Runtime.CompilerServices;
[assembly:InternalsVisibleTo("tests")]