Skip to content

Commit

Permalink
allow tests to access internal scope
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonMN authored and adam-becker committed Sep 11, 2021
1 parent 1d4769a commit f12e5b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Hedgehog/Hedgehog.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ https://github.com/hedgehogqa/fsharp-hedgehog/blob/master/doc/index.md
<RepositoryUrl>https://github.com/hedgehogqa/fsharp-hedgehog</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>Hedgehog.Tests</_Parameter1>
</AssemblyAttribute>
<Compile Include="AutoOpen.fs" />
<Compile Include="Numeric.fs" />
<Compile Include="Seed.fs" />
Expand Down

0 comments on commit f12e5b4

Please sign in to comment.