Skip to content

Commit

Permalink
fix ut (#2959)
Browse files Browse the repository at this point in the history
Jim8y authored Nov 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 07a1810 commit 1ae6a13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Neo.UnitTests/SmartContract/UT_InteropService.cs
Original file line number Diff line number Diff line change
@@ -311,7 +311,6 @@ public void TestRuntime_CheckWitness_Null_ScriptContainer()
var engine = GetEngine();

engine.CheckWitness(pubkey.EncodePoint(true)).Should().BeFalse();
engine.CheckWitness(pubkey.EncodePoint(true)).Should().BeFalse();
}

[TestMethod]

0 comments on commit 1ae6a13

Please sign in to comment.