Skip to content

Commit e9b85ae

Browse files
authored
Fix broken UT
1 parent 4af33fb commit e9b85ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Svc/Ccsds/SpacePacketDeframer/test/ut/SpacePacketDeframerTester.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ void SpacePacketDeframerTester ::testPacketDataLengthMaxU16Overflow() {
150150
// maxDataAvailable = bufSize - SERIALIZED_SIZE = 1.
151151
ASSERT_EVENTS_SIZE(1);
152152
ASSERT_EVENTS_InvalidLength_SIZE(1);
153-
ASSERT_EVENTS_InvalidLength(0, static_cast<U16>(overflowLengthToken + 1), sizeof(payload));
153+
ASSERT_EVENTS_InvalidLength(0, overflowLengthToken + 1, sizeof(payload));
154154
}
155155

156156
// ----------------------------------------------------------------------

0 commit comments

Comments
 (0)