Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Nov 19, 2024
1 parent 20767b6 commit 5c1f1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substrate/frame/revive/src/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2267,7 +2267,7 @@ mod tests {
BOB_ADDR,
&mut GasMeter::<Test>::new(GAS_LIMIT),
&mut storage_meter,
0,
U256::zero(),
vec![],
None,
),
Expand All @@ -2284,7 +2284,7 @@ mod tests {
BOB_ADDR,
&mut GasMeter::<Test>::new(GAS_LIMIT),
&mut storage_meter,
0,
U256::zero(),
vec![],
None,
));
Expand Down

0 comments on commit 5c1f1ed

Please sign in to comment.