Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Sep 9, 2024
1 parent ccdaeac commit b50ec89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/v3/connection_state_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -2436,8 +2436,8 @@ static int s_test_mqtt_connection_publish_QoS1_timeout_with_ping_fn(struct aws_a
/* publish should complete after the shutdown */
aws_test311_wait_for_ops_completed(state_test_data);

ASSERT_SUCCESS(
aws_mqtt_client_connection_disconnect(state_test_data->mqtt_connection, aws_test311_on_disconnect_fn, state_test_data));
ASSERT_SUCCESS(aws_mqtt_client_connection_disconnect(
state_test_data->mqtt_connection, aws_test311_on_disconnect_fn, state_test_data));
aws_test311_wait_for_disconnect_to_complete(state_test_data);

return AWS_OP_SUCCESS;
Expand Down

0 comments on commit b50ec89

Please sign in to comment.