Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 5, 2023
1 parent 3d5efe4 commit 38c68f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pem_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static int s_test_pem_cert_parse_from_file(struct aws_allocator *allocator, void

struct aws_array_list output_list;

ASSERT_SUCCESS(aws_array_list_init_dynamic(&output_list, allocator, 1, sizeof(struct aws_byte_buf)));
ASSERT_SUCCESS(aws_array_list_init_dynamic(&output_list, allocator, 1, sizeof(struct aws_pem_object)));
ASSERT_SUCCESS(aws_read_and_decode_pem_file_to_buffer_list(allocator, "testparse.crt", &output_list));
ASSERT_UINT_EQUALS(1, aws_array_list_length(&output_list));

Expand Down

0 comments on commit 38c68f2

Please sign in to comment.