Update test comments

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
(cherry picked from commit 44c66f1df24c9f9a26f218de1b6c1dd816f12a8b)
This commit is contained in:
Gaurav Aggarwal
2021-04-02 18:49:03 +00:00
committed by Paul Bartell
parent 5c7f33fbfb
commit 308739464b

View File

@ -628,7 +628,8 @@ void test_xStreamBufferSend_more_than_buffer_size( void )
}
/**
* @brief Sending zero bytes to stream buffer should fail assertion.
* @brief Sending zero bytes to stream buffer should return write nothing to the
* buffer and return 0.
*/
void test_xStreamBufferSend_zero_bytes( void )
{