normal queue sufficient

This commit is contained in:
2022-07-25 19:42:05 +02:00
parent 6d0fa36f8a
commit 935e135f1c
8 changed files with 42 additions and 45 deletions

View File

@ -2,7 +2,7 @@
#include "fsfw/tmtcservices/TmSendHelper.h"
#include "mocks/InternalErrorReporterMock.h"
#include "mocks/MessageQueueMockBase.h"
#include "mocks/MessageQueueMock.h"
TEST_CASE("TM Send Helper", "[tm-send-helper]") {
auto errReporter = InternalErrorReporterMock();