Skip to content

Commit

Permalink
fix test-block-storage-growth
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusrodri committed May 7, 2024
1 parent d27cff3 commit 87a37ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describeSuite({
}

await context.createBlock();
expect((await context.viem().getBlock()).transactions.length).toBe(246);
expect((await context.viem().getBlock()).transactions.length).toBe(264);
},
});
},
Expand Down

0 comments on commit 87a37ac

Please sign in to comment.