Skip to content

Commit

Permalink
iox-eclipse-iceoryx#454 fix review findings for class IceoryxRoudiMem…
Browse files Browse the repository at this point in the history
…oryManager

Signed-off-by: Jimmy Belloche <[email protected]>
  • Loading branch information
JimmyBch committed Jan 8, 2021
1 parent cec476f commit cda6607
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ TEST_F(RouDiMemoryManager_Test, OperatorTest)
iox::log::LogStream logStream(loggerMock);
logStream << m_testCombinationRoudiMemoryManagerError[i];
logStream.Flush();
ASSERT_THAT(loggerMock.m_logs.size(), Eq(i + 1U));
EXPECT_THAT(loggerMock.m_logs[i].message, Eq(m_testResultOperatorMethod[i]));
}
}
Expand Down

0 comments on commit cda6607

Please sign in to comment.