Skip to content

Commit

Permalink
Update tests/Neo.VM.Tests/UT_ScriptBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y authored Nov 26, 2024
1 parent 034c7fb commit 89e7d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Neo.VM.Tests/UT_ScriptBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void TestNullAndEmpty()
{
Assert.ThrowsException<ArgumentNullException>(() =>
{
ReadOnlySpan<byte> span = null;
ReadOnlySpan<byte> span = [];
script.EmitPush(span);
});

Expand Down

0 comments on commit 89e7d6c

Please sign in to comment.