This commit is contained in:
Robin Müller 2023-05-22 10:37:26 +02:00
parent 4391823f01
commit e0adb3325f
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 0 additions and 1 deletions

View File

@ -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) ==