werks
This commit is contained in:
parent
4391823f01
commit
e0adb3325f
@ -28,7 +28,6 @@ TEST_CASE("Action Helper", "[action]") {
|
||||
REQUIRE(actionHelper.handleActionMessage(&actionMessage) == returnvalue::OK);
|
||||
CHECK(testDhMock.executeActionCalled);
|
||||
CHECK(not testMqMock.wasMessageSent());
|
||||
CHECK(not testMqMock.wasMessageSent());
|
||||
const uint8_t* ptr = nullptr;
|
||||
size_t size = 0;
|
||||
REQUIRE(ipcStore->getData(paramAddress, &ptr, &size) ==
|
||||
|
Loading…
Reference in New Issue
Block a user