1
0
forked from fsfw/fsfw

cleaning up message queue mock and subscription API

This commit is contained in:
2022-07-25 19:36:56 +02:00
parent 5fd5d488ff
commit 6d0fa36f8a
39 changed files with 916 additions and 725 deletions

View File

@ -9,7 +9,5 @@ TEST_CASE("TM Send Helper", "[tm-send-helper]") {
auto msgQueue = MessageQueueMockBase();
TmSendHelper sendHelper(&msgQueue, &errReporter);
SECTION("State") {
}
SECTION("State") {}
}