Skip to content

Commit

Permalink
fix tets
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Apr 12, 2024
1 parent fe1bb39 commit 81b16dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuka_external_control_sdk/iiqka/test/test_robot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ TEST_F(iiQKARobot, TestSetupInvalidIP) {
robot_ = std::make_unique<kuka::external::control::iiqka::Robot>(eci_config_);

auto setup_ret = robot_->Setup().return_code;
EXPECT_EQ(setup_ret, kuka::external::control::ReturnCode::OK);
EXPECT_EQ(setup_ret, kuka::external::control::ReturnCode::ERROR);
}

TEST_F(iiQKARobot, TestSetupValidIP) {
Expand Down

0 comments on commit 81b16dd

Please sign in to comment.