Skip to content

Commit

Permalink
123123
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Feb 8, 2024
1 parent 705d4f1 commit a182374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public TransactionQueryGeneratedTest(ITestOutputHelper output)
.Add(ImmutableArray<ImmutableArray<SimpleAction>>.Empty
.Add(ImmutableArray<SimpleAction>.Empty
.Add(new SimpleAction0())
.Add(new SimpleAction0())
.Add(new SimpleAction0Fail())
.Add(new SimpleAction0()))) // Failed action transaction
.Add(ImmutableArray<ImmutableArray<SimpleAction>>.Empty
.Add(ImmutableArray<SimpleAction>.Empty))); // Empty action transaction
Expand Down

0 comments on commit a182374

Please sign in to comment.