Skip to content

Commit

Permalink
Update tests/controlboard/ControlBoardPositionControlTest.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
xela-95 committed Mar 1, 2024
1 parent 84aa307 commit a4e49b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/controlboard/ControlBoardPositionControlTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ControlBoardPositionFixture : public testing::Test
const std::shared_ptr<const sdf::Element>& /*_sdf*/,
gz::sim::EntityComponentManager& _ecm,
gz::sim::EventManager& /*_eventMgr*/) {
std::cerr << "========== Configuring test" << std::endl;
std::cerr << "Configuring test" << std::endl;

gz::sim::World world(_worldEntity);

Expand Down Expand Up @@ -70,7 +70,7 @@ class ControlBoardPositionFixture : public testing::Test
std::cerr << "Number of joints configured: " << nJointsConfigured << std::endl;

configured = true;
std::cerr << "========== Test configured" << std::endl;
std::cerr << "Test configured" << std::endl;
});
}

Expand Down

0 comments on commit a4e49b1

Please sign in to comment.