Skip to content

Commit

Permalink
Update tests/neo.UnitTests/SmartContract/UT_Helper.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Erik van den Brink <git@erikvandenbrink.com>
  • Loading branch information
shargon and ixje committed Aug 31, 2020
1 parent 7c86e29 commit 8da222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/neo.UnitTests/SmartContract/UT_Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void TestIsMultiSigContract()
29, 173, 212, 53, 25, 230, 150, 14, 10, 133, 180, 26, 105, 160, 92, 50, 129, 3, 170, 43, 206, 21, 148,
202, 22, 18
};
case2.IsMultiSigContract();
Assert.IsFalse(case2.IsMultiSigContract());
}
}
}

0 comments on commit 8da222f

Please sign in to comment.