diff --git a/pallets/identity/src/tests.rs b/pallets/identity/src/tests.rs index 38abd802f8c81a0b5207ae60a8d1457af3bcf42d..6f7bc0c6702d29903dcbda7fb1ebc6d366a59d23 100644 --- a/pallets/identity/src/tests.rs +++ b/pallets/identity/src/tests.rs @@ -406,7 +406,7 @@ fn test_link_account() { Error::<Test>::InvalidSignature ); - // Alice can change her owner key + // Alice can call link_account successfully assert_ok!(Identity::link_account( RuntimeOrigin::signed(account(1).id), account(10).id,