Skip to content

Commit

Permalink
iox-eclipse-iceoryx#454 fix review findings again
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Belloche <[email protected]>
  • Loading branch information
JimmyBch authored and marthtz committed May 12, 2021
1 parent 76738cf commit bd482de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "iceoryx_posh/roudi/roudi_cmd_line_parser_config_file_option.hpp"
#include "iceoryx_posh/roudi/roudi_config_toml_file_provider.hpp"

#include <gtest/gtest.h>
#include "test.hpp"

using namespace ::testing;
using ::testing::Return;
Expand Down Expand Up @@ -115,7 +115,7 @@ TEST_F(IceoryxRoudiApp_test, CreateTwoRoudiAppIsSuccessfull)
EXPECT_TRUE(roudiTest.getVariableRun());
}

TEST_F(IceoryxRoudiApp_test, CheckRunMethodWithMRunFalseReturnExitSuccess)
TEST_F(IceoryxRoudiApp_test, VerifyRunMethodWithFalseConditionReturnExitSuccess)
{
constexpr uint8_t numberOfArgs{1U};
char* args[numberOfArgs];
Expand Down

0 comments on commit bd482de

Please sign in to comment.