tests running again

This commit is contained in:
2022-07-27 21:06:23 +02:00
parent 7e8afcc12f
commit 93acac02f5
10 changed files with 35 additions and 19 deletions

View File

@ -24,7 +24,7 @@ TEST_CASE("CCSDS Low Level", "[ccsds-ll]") {
uint16_t packetIdRaw = 0x3ff;
ccsds::setPacketId(header, packetIdRaw);
ccsds::setApid(header, 0x1ff);
REQUIRE(ccsds::getPacketId(header) == 0x1ff);
REQUIRE(ccsds::getPacketId(header) == 0x3ff);
}
SECTION("Lowlevel Packet Length Test") {