Skip to content

Commit

Permalink
Style: clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Feb 14, 2024
1 parent cafef44 commit 43247fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/v3/connection_state_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -3067,7 +3067,6 @@ static int s_test_mqtt_connection_publish_QoS1_timeout_with_ping_fn(struct aws_a
aws_thread_current_sleep(3000000000);

// make sure we are still receiveing pings when the connection is down, in other words ping pushoff is not happening
//ASSERT_INT_EQUALS(4l, mqtt_mock_server_get_ping_count(state_test_data->mock_server));
ASSERT_TRUE(mqtt_mock_server_get_ping_count(state_test_data->mock_server) > 1);

aws_channel_shutdown(state_test_data->server_channel, AWS_OP_SUCCESS);
Expand Down

0 comments on commit 43247fd

Please sign in to comment.