Skip to content

Commit c9089ac

Browse files
committed
Add UT coverage for vReleaseSinglePacketFromUDPSocket
1 parent 0ccb10a commit c9089ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/unit-test/FreeRTOS_IP_Utils/FreeRTOS_IP_Utils_stubs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ static int32_t FreeRTOS_recvfrom_StubNonHappyPath( const ConstSocket_t xSocket,
187187
*( ( uint8_t ** ) pvBuffer ) = NULL;
188188

189189
return -pdFREERTOS_ERRNO_EAGAIN;
190-
}
190+
}

test/unit-test/FreeRTOS_IP_Utils/FreeRTOS_IP_Utils_utest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3366,4 +3366,4 @@ void test_vReleaseSinglePacketFromUDPSocket_NonHappyPath( void )
33663366

33673367
vReleaseSinglePacketFromUDPSocket(xSocket);
33683368

3369-
}
3369+
}

0 commit comments

Comments
 (0)