Skip to content

Commit

Permalink
e2e_tests: Align with tss crate v0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Omar Asaker <[email protected]>
  • Loading branch information
mohamedasaker-arm committed Sep 12, 2022
1 parent f3b8125 commit ae2bdc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mod activate_credential {
panic!("Wrong Public type");
};
let pub_handle = basic_ctx
.load_external_public(&key_pub, Hierarchy::Owner)
.load_external_public(key_pub, Hierarchy::Owner)
.unwrap();

let (cred, secret) = basic_ctx
Expand Down

0 comments on commit ae2bdc9

Please sign in to comment.