We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec2064 commit 96fc6b9Copy full SHA for 96fc6b9
crates/anvil/tests/it/fork.rs
@@ -1306,8 +1306,8 @@ async fn test_base_fork_gas_limit() {
1306
.unwrap()
1307
.unwrap();
1308
1309
- assert!(api.gas_limit() >= uint!(132_000_000_U256));
1310
- assert!(block.header.gas_limit >= 132_000_000_u64);
+ assert!(api.gas_limit() >= uint!(96_000_000_U256));
+ assert!(block.header.gas_limit >= 96_000_000_u64);
1311
}
1312
1313
// <https://github.com/foundry-rs/foundry/issues/7023>
0 commit comments