some more returncodes

This commit is contained in:
2022-09-08 11:53:06 +02:00
parent c87667c03f
commit ec1e07b466
7 changed files with 12 additions and 11 deletions

View File

@ -72,7 +72,7 @@ TEST_CASE("CFDP Base", "[cfdp]") {
serBuf[7] = 0xff;
// Invalid file directive
REQUIRE(fdDeser.parseData() == cfdp::INVALID_DIRECTIVE_FIELDS);
REQUIRE(fdDeser.parseData() == cfdp::INVALID_DIRECTIVE_FIELD);
}
SECTION("File Size") {