Skip to content

Commit

Permalink
fix internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn committed Jul 28, 2020
1 parent 53ffcfb commit 8509f00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Neo.Compiler.MSIL.UnitTests/Utils/NeonTestTool.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
using Neo.VM;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Security.Cryptography;
using System.Text;

[assembly: InternalsVisibleTo("Neo.SmartContract.Framework.UnitTests")]
namespace Neo.Compiler.MSIL.UnitTests.Utils
{
public static class NeonTestTool
internal static class NeonTestTool
{
/// <summary>
/// Is not the official script hash, just a unique hash related to the script used for unit test purpose
Expand Down

0 comments on commit 8509f00

Please sign in to comment.