We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3557a1a commit 1438770Copy full SHA for 1438770
linera-chain/src/unit_tests/chain_tests.rs
@@ -115,7 +115,7 @@ async fn test_block_size_limit() {
115
let mut chain = ChainStateView::new(chain_id).await;
116
117
// The size of the executed valid block below.
118
- let maximum_executed_block_size = 721;
+ let maximum_executed_block_size = 722;
119
120
// Initialize the chain.
121
let mut config = make_open_chain_config();
0 commit comments