From 14c81bbdad1d79bd1504621e660bf52bb3b565aa Mon Sep 17 00:00:00 2001 From: Mykhailo Donchenko <91957742+Buckram123@users.noreply.github.com> Date: Wed, 21 Dec 2022 23:12:52 +0200 Subject: [PATCH] small typo in tests --- contracts/cw-croncat/src/tests/manager.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/cw-croncat/src/tests/manager.rs b/contracts/cw-croncat/src/tests/manager.rs index 316530ff..e454320a 100644 --- a/contracts/cw-croncat/src/tests/manager.rs +++ b/contracts/cw-croncat/src/tests/manager.rs @@ -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