diff --git a/tss-esapi/tests/integration_tests/context_tests/tpm_commands/context_management_tests.rs b/tss-esapi/tests/integration_tests/context_tests/tpm_commands/context_management_tests.rs index e26dd1a9..36a5fbc7 100644 --- a/tss-esapi/tests/integration_tests/context_tests/tpm_commands/context_management_tests.rs +++ b/tss-esapi/tests/integration_tests/context_tests/tpm_commands/context_management_tests.rs @@ -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,