Skip to content

Commit

Permalink
Fix: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Apr 15, 2024
1 parent 4d83c94 commit ca8c9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/tests/booker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func Test_IssuingTransactionsOutOfOrder(t *testing.T) {
// confirm 2nd block so block1 gets booked
{
ts.IssueValidationBlockWithHeaderOptions("block3", node1, mock.WithStrongParents(ts.BlockID("block2")))
ts.IssueValidationBlockWithHeaderOptions("block4", node1, mock.WithStrongParents(ts.BlockID("block3")))

ts.AssertBlocksInCacheBooked(ts.Blocks("block1", "block2", "block3"), true, node1)
ts.AssertBlocksInCacheConflicts(map[*blocks.Block][]string{
Expand Down

0 comments on commit ca8c9aa

Please sign in to comment.