mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
contracts: Fix failing benchmark test (#7900)
This commit is contained in:
committed by
GitHub
parent
1560c8a704
commit
1073e59f83
@@ -413,7 +413,7 @@ benchmarks! {
|
|||||||
caller_funding::<T>() - instance.endowment
|
caller_funding::<T>() - instance.endowment
|
||||||
);
|
);
|
||||||
assert!(
|
assert!(
|
||||||
T::Currency::free_balance(&instance.caller) <
|
T::Currency::free_balance(&instance.caller) <=
|
||||||
caller_funding::<T>() - instance.endowment + <T as Config>::SurchargeReward::get(),
|
caller_funding::<T>() - instance.endowment + <T as Config>::SurchargeReward::get(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user