Skip to content

Commit

Permalink
fix: fix code style script
Browse files Browse the repository at this point in the history
  • Loading branch information
meship-starkware committed Jan 1, 2025
1 parent 71ed370 commit 09201e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/blockifier/src/transaction/transactions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,8 @@ fn declare_validate_callinfo(
.os_constants
.gas_costs
.base
.entry_point_initial_budget - DECLARE_REDEPOSIT_AMOUNT
.entry_point_initial_budget
- DECLARE_REDEPOSIT_AMOUNT
}
};
expected_validate_call_info(
Expand Down Expand Up @@ -1576,7 +1577,6 @@ fn test_declare_tx(
#[case] empty_contract_version: CairoVersion,
#[values(false, true)] use_kzg_da: bool,
) {

let block_context = &BlockContext::create_for_account_testing_with_kzg(use_kzg_da);
let versioned_constants = &block_context.versioned_constants;
let empty_contract = FeatureContract::Empty(empty_contract_version);
Expand Down

0 comments on commit 09201e9

Please sign in to comment.