Skip to content
Snippets Groups Projects

Upgrade to polkadot-v1.7.1

Merged Benjamin Gallois requested to merge upgrade-polkadot-v1.7.1 into master
@@ -187,8 +187,8 @@ mod tests {
.get("Balances")
.unwrap()
.len()
== 7
); // 7 extrinsics in pallet
== 8
); // 8 extrinsics in pallet
println!("{:?}", weight_by_pallet); // cargo test -- --nocapture
}
#[test]
Loading