mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 06:31:09 +00:00
fix test (#3240)
This commit is contained in:
committed by
GitHub
parent
faf42fc29d
commit
364a8d751d
@@ -94,6 +94,7 @@ mod tests {
|
||||
parameter_types! {
|
||||
pub const BlockHashCount: u64 = 250;
|
||||
pub BlockWeights: limits::BlockWeights = limits::BlockWeights::builder()
|
||||
.base_block(10)
|
||||
.for_class(DispatchClass::all(), |weight| {
|
||||
weight.base_extrinsic = 100;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user