all tests running again
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <iostream>
|
||||
|
||||
#include "fsfw/tmtcservices/TmSendHelper.h"
|
||||
#include "mocks/InternalErrorReporterMock.h"
|
||||
@ -6,8 +7,9 @@
|
||||
|
||||
TEST_CASE("TM Send Helper", "[tm-send-helper]") {
|
||||
auto errReporter = InternalErrorReporterMock();
|
||||
auto msgQueue = MessageQueueMockBase();
|
||||
auto msgQueue = MessageQueueMock();
|
||||
TmSendHelper sendHelper(&msgQueue, &errReporter);
|
||||
|
||||
SECTION("State") {}
|
||||
SECTION("State") {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user