Skip to content

Commit

Permalink
Fix #277, fix unit test format
Browse files Browse the repository at this point in the history
  • Loading branch information
alanc-gsfc committed Aug 11, 2022
1 parent bf02b07 commit 95b0d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-test/cf_codec_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ void Test_CF_CFDP_DecodeHeader(void)
CF_DecoderState_t state;
CF_Logical_PduHeader_t out;
int32 ret_val;
const uint8 bytes[] = {0x3c, 0x01, 0x02, 0x00, 0x44, 0x55, 0x66};
const uint8 bytes[] = {0x3c, 0x01, 0x02, 0x00, 0x44, 0x55, 0x66};
const uint8 bad_eid[] = {0x3c, 0x01, 0x02, 0x73, 0x44, 0x55, 0x66};
const uint8 bad_tsn[] = {0x3c, 0x01, 0x02, 0x37, 0x44, 0x55, 0x66};

Expand Down

0 comments on commit 95b0d0f

Please sign in to comment.