Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Feb 4, 2024
1 parent 051e80f commit a829897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/v3/connection_state_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -3011,6 +3011,7 @@ static int s_test_mqtt_connection_publish_QoS1_timeout_fn(struct aws_allocator *

uint64_t second_ping_time = connection->next_ping_time;

/* make sure ping is not pushed on timedout publish */
ASSERT_UINT_EQUALS(first_ping_time, second_ping_time);
return AWS_OP_SUCCESS;
}
Expand Down

0 comments on commit a829897

Please sign in to comment.