mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 02:01:02 +00:00
chore: fix some comments (#4004)
Signed-off-by: divdeploy <chenguangxue@outlook.com>
This commit is contained in:
@@ -558,7 +558,7 @@ fn suspended_candidate_rejected_works() {
|
||||
assert_eq!(Balances::reserved_balance(40), 0);
|
||||
assert_eq!(Balances::free_balance(Society::account_id()), 9990);
|
||||
|
||||
// Founder manually bestows membership on 50 and and kicks 70.
|
||||
// Founder manually bestows membership on 50 and kicks 70.
|
||||
assert_ok!(Society::bestow_membership(Origin::signed(10), 50));
|
||||
assert_eq!(members(), vec![10, 20, 30, 40, 50]);
|
||||
assert_eq!(candidates(), vec![60, 70]);
|
||||
|
||||
Reference in New Issue
Block a user