mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 00:17:56 +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
|
||||
);
|
||||
assert!(
|
||||
T::Currency::free_balance(&instance.caller) <
|
||||
T::Currency::free_balance(&instance.caller) <=
|
||||
caller_funding::<T>() - instance.endowment + <T as Config>::SurchargeReward::get(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user