From bd982b39b921c98b5341d79a581970c0e08c47fb Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Fri, 10 Nov 2023 16:49:54 +0100 Subject: [PATCH] fix comment --- pallets/identity/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/identity/src/tests.rs b/pallets/identity/src/tests.rs index 38abd802f..6f7bc0c67 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, -- GitLab