Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Sep 5, 2024
1 parent 321972c commit 0462c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/optimism/src/l1block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ mod tests {

// test

let data_gas = l1_block_info.data_gas(TX, SpecId::FJORD);
let data_gas = l1_block_info.data_gas(TX, OptimismSpecId::FJORD);

assert_eq!(data_gas, expected_data_gas);

Expand Down

0 comments on commit 0462c5b

Please sign in to comment.