Skip to content

Commit

Permalink
test_libtropic__lt_cert_verify_and_parse: fix comment for test__corre…
Browse files Browse the repository at this point in the history
…ct()
  • Loading branch information
Jan Medek committed Oct 9, 2024
1 parent ad6a2d0 commit 10fa173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_libtropic__lt_cert_verify_and_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void test__cert_without_key()

//---------------------------------------------------------------------------------------------------------//

// Test if function returns LT_FAIL when certificate buffer does not contain identificator for stpub key
// Test if function returns LT_OK for some correct inputs
void test__correct()
{
uint8_t dummy_cert[LT_L2_GET_INFO_REQ_CERT_SIZE] = {0};
Expand Down

0 comments on commit 10fa173

Please sign in to comment.