Skip to content

Commit

Permalink
Fix l1 diff
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Aug 13, 2024
1 parent 2a55916 commit f814e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/src/tests/queries/estimate_gas_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fn test_tx_request_fields_gas() {
);
assert_eq!(
contract_diff_size.unwrap(),
serde_json::from_value::<EstimatedDiffSize>(json![{"gas":"0x6601","l1DiffSize":"0xdc"}])
serde_json::from_value::<EstimatedDiffSize>(json![{"gas":"0x6601","l1DiffSize":"0x34"}])
.unwrap()
);

Expand Down

0 comments on commit f814e12

Please sign in to comment.