add empty stubs

This commit is contained in:
2023-08-03 15:50:27 +02:00
parent 12e52a92f2
commit 9a1437980f

View File

@ -111,4 +111,7 @@ TEST_CASE("CFDP Source Handler", "[cfdp]") {
CHECK(sourceHandler.getStep() == SourceHandler::TransactionStep::IDLE);
CHECK(sourceHandler.getState() == CfdpState::IDLE);
}
SECTION("Transfer small file") {}
SECTION("Transfer two segment file") {}
}