Skip to content

Commit 96c14f4

Browse files
build fix
1 parent 44b074f commit 96c14f4

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
@@ -2325,7 +2325,7 @@ static int s_test_s3_put_object_buffer_pool_trim(struct aws_allocator *allocator
23252325
ASSERT_SUCCESS(aws_s3_tester_send_meta_request_with_options(&tester, &put_options, NULL));
23262326

23272327
struct aws_s3_default_buffer_pool_usage_stats usage_before =
2328-
aws_s3_default_buffer_pool_get_usage((struct aws_s3_default_buffer_pool *)client->buffer_pool->impl);
2328+
aws_s3_default_buffer_pool_get_usage(client->buffer_pool);
23292329

23302330
ASSERT_TRUE(0 != usage_before.primary_num_blocks);
23312331

0 commit comments

Comments
 (0)