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

replace raw origin by runtime origin

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