Skip to content

Commit

Permalink
Update benchmarks/Neo.VM.Benchmarks/VMTypes/Benchmarks_Convert.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Nov 7, 2024
1 parent 1809150 commit 663b2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/Neo.VM.Benchmarks/VMTypes/Benchmarks_Convert.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Neo.VM.Benchmark
{
public class Benchmarks_Convert
{
private Dictionary<StackItemType, List<StackItem>> testItemsByType;
private Dictionary<StackItemType, List<StackItem>>? testItemsByType;

[GlobalSetup]
public void Setup()
Expand Down

0 comments on commit 663b2f0

Please sign in to comment.