Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanic committed Nov 24, 2024
1 parent fc03133 commit 13c3b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe.each([["InMemory", InMemoryDatabase]])(

const generatedBlock = await sequencer
.resolve("BlockTrigger")
.produceBlock(true);
.produceBlock();

expectDefined(generatedBlock);

Expand Down

0 comments on commit 13c3b69

Please sign in to comment.