Skip to content

Commit

Permalink
Fix typo in nested_delegation() test
Browse files Browse the repository at this point in the history
  • Loading branch information
cavokz committed Jan 14, 2020
1 parent f641a43 commit 5914753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ fn nested_delegation() {

let delegations = Delegations::new(
hashmap! {
delegation_b_key.public().key_id().clone() => delegation_a_key.public().clone(),
delegation_a_key.public().key_id().clone() => delegation_a_key.public().clone(),
},
vec![Delegation::new(
MetadataPath::new("delegation-a").unwrap(),
Expand Down

0 comments on commit 5914753

Please sign in to comment.