Skip to content
Snippets Groups Projects
Commit bd982b39 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

fix comment

parent f08c090b
No related branches found
No related tags found
No related merge requests found
Pipeline #34048 waiting for manual action
...@@ -406,7 +406,7 @@ fn test_link_account() { ...@@ -406,7 +406,7 @@ fn test_link_account() {
Error::<Test>::InvalidSignature Error::<Test>::InvalidSignature
); );
// Alice can change her owner key // Alice can call link_account successfully
assert_ok!(Identity::link_account( assert_ok!(Identity::link_account(
RuntimeOrigin::signed(account(1).id), RuntimeOrigin::signed(account(1).id),
account(10).id, account(10).id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment