Skip to content

Commit 1438770

Browse files
committed
Update block size in block size limit test
Use the new size of the valid block.
1 parent 3557a1a commit 1438770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-chain/src/unit_tests/chain_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async fn test_block_size_limit() {
115115
let mut chain = ChainStateView::new(chain_id).await;
116116

117117
// The size of the executed valid block below.
118-
let maximum_executed_block_size = 721;
118+
let maximum_executed_block_size = 722;
119119

120120
// Initialize the chain.
121121
let mut config = make_open_chain_config();

0 commit comments

Comments
 (0)