Skip to content

Commit

Permalink
fix ut (#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y authored Nov 10, 2023
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
Expand Up @@ -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]
Expand Down

0 comments on commit 1ae6a13

Please sign in to comment.