Skip to content
Snippets Groups Projects
Commit 6c9b3de8 authored by Éloïs's avatar Éloïs
Browse files

tests(wot): IdentityIndexOf it's correctly pruned now

Since commit 012d096f,  IdentityIndexOf it's correctly pruned. Before this commit, we founded the owner key associated to an idty index, even for removed identities.
parent 2152348f
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,7 @@ fn test_idty_membership_expire_them_requested() { ...@@ -251,7 +251,7 @@ fn test_idty_membership_expire_them_requested() {
// Alice can't renew it's cert to Charlie // Alice can't renew it's cert to Charlie
assert_err!( assert_err!(
Cert::add_cert(Origin::signed(1), 3), Cert::add_cert(Origin::signed(1), 3),
pallet_certification::Error::<Test, Instance1>::CertNotAllowed pallet_certification::Error::<Test, Instance1>::ReceiverNotFound
); );
/*// Charlie should be able to request membership /*// Charlie should be able to request membership
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment