Skip to content

Commit 8a51342

Browse files
test typo
1 parent 82798df commit 8a51342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/s3_util_tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ static int s_test_s3_checksum_header(struct aws_allocator *allocator, void *ctx)
10581058

10591059
ASSERT_FALSE(aws_s3_is_checksum_value_header_name(aws_byte_cursor_from_c_str("x-amz-checksum-type")));
10601060
ASSERT_FALSE(aws_s3_is_checksum_value_header_name(aws_byte_cursor_from_c_str("x-amz-checksum-mode")));
1061-
ASSERT_FALSE(aws_s3_is_checksum_value_header_name(aws_byte_cursor_from_c_str("x-amz-checksum-algorithm ")));
1061+
ASSERT_FALSE(aws_s3_is_checksum_value_header_name(aws_byte_cursor_from_c_str("x-amz-checksum-algorithm")));
10621062

10631063
aws_s3_library_clean_up();
10641064
return 0;

0 commit comments

Comments
 (0)