mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-02 20:42:25 +03:00
mbedtls_test_mock_tcp_recv_msg is currently popping a message queue and does not check if this was done correctly. This extra check makes the test more complete/robust. Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>