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

apply clippy

parent b72d85a1
No related branches found
No related tags found
1 merge request!307mint UD instead of deposit + disable burn
Pipeline #39537 passed
This diff is collapsed.
...@@ -180,7 +180,7 @@ fn test_refund_reaped_linked_account() { ...@@ -180,7 +180,7 @@ fn test_refund_reaped_linked_account() {
// Ferdie's account can be linked to Alice identity // Ferdie's account can be linked to Alice identity
assert_ok!(Identity::link_account( assert_ok!(Identity::link_account(
RuntimeOrigin::signed(alice.clone()).into(), RuntimeOrigin::signed(alice.clone()),
ferdie.clone(), ferdie.clone(),
signature.into() signature.into()
)); ));
......
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