Skip to content

Commit

Permalink
Merge pull request #465 from brandsimon/sbr/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
hug-dev authored Oct 27, 2023
2 parents d942908 + 6683672 commit 9d6cdcf
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 9d6cdcf

Please sign in to comment.