Alliance pallet: fix func name, fix migration weights (#12174)

* Alliance pallet: fix func name, fix migration weights

* update comment order
This commit is contained in:
Muharem Ismailov
2022-09-02 18:54:30 +02:00
committed by GitHub
parent 907144496e
commit a9a2fdca7b
4 changed files with 26 additions and 19 deletions
+1 -1
View File
@@ -685,7 +685,7 @@ benchmarks_instance_pallet! {
).unwrap();
}
assert_eq!(Alliance::<T, I>::votable_members_count(), cc);
assert_eq!(Alliance::<T, I>::voting_members_count(), cc);
assert_eq!(Alliance::<T, I>::ally_members_count(), m);
}