Skip to content

Commit

Permalink
small typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 authored Dec 21, 2022
1 parent c2402de commit 14c81bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cw-croncat/src/tests/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3570,7 +3570,7 @@ fn gas_fees_configurable() {
},
};

// Base + action + calling rules + non-wasm query
// Base + action
let gas_needed = GAS_BASE_FEE + GAS_ACTION_FEE;
let agent_fee = gas_needed * 5 / 100;
let gas_to_amount = (gas_needed + agent_fee) * modified_gas_price.gas_adjustment_numerator
Expand Down

0 comments on commit 14c81bb

Please sign in to comment.