mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
Contracts: Tweak test (#14579)
This commit is contained in:
@@ -3019,7 +3019,10 @@ fn gas_estimation_call_runtime() {
|
||||
|
||||
// Call something trivial with a huge gas limit so that we can observe the effects
|
||||
// of pre-charging. This should create a difference between consumed and required.
|
||||
let call = RuntimeCall::Dummy(pallet_dummy::Call::overestimate_pre_charge {});
|
||||
let call = RuntimeCall::Dummy(pallet_dummy::Call::overestimate_pre_charge {
|
||||
pre_charge: Weight::from_parts(10_000_000, 0),
|
||||
actual_weight: Weight::from_parts(100, 0),
|
||||
});
|
||||
let result = Contracts::bare_call(
|
||||
ALICE,
|
||||
addr_caller.clone(),
|
||||
|
||||
Reference in New Issue
Block a user