Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Brand <[email protected]>
  • Loading branch information
brandsimon committed Oct 26, 2023
1 parent d942908 commit 6683672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ mod test_evict_control {

// Create primary key handle
let auth_value_primary = Auth::try_from(vec![1, 2, 3, 4, 5])
.expect("Failed to crate auth value for primary key");
.expect("Failed to create auth value for primary key");
let primary_key_handle = context
.create_primary(
Hierarchy::Owner,
Expand Down

0 comments on commit 6683672

Please sign in to comment.