Skip to content

Commit c39208d

Browse files
typo
1 parent 7b0c98d commit c39208d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/s3_data_plane_tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3374,7 +3374,7 @@ struct aws_s3_buffer_pool *s_always_error_buffer_pool_fn(
33743374
}
33753375

33763376
AWS_TEST_CASE(test_s3_put_object_buffer_acquire_error, s_test_s3_put_object_buffer_acquire_error)
3377-
static int test_s3_put_object_buffer_acquire_error(struct aws_allocator *allocator, void *ctx) {
3377+
static int s_test_s3_put_object_buffer_acquire_error(struct aws_allocator *allocator, void *ctx) {
33783378
(void)ctx;
33793379

33803380
struct aws_s3_tester tester;

0 commit comments

Comments
 (0)