Skip to content

Commit

Permalink
Remove redundant tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Nov 4, 2024
1 parent 4a23171 commit 38186f8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions panther_docking/test/unit/test_panther_charging_dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ void TestPantherChargingDock::SetTransform(
tf_buffer_->setTransform(transform_stamped, "unittest", true);
}

TEST_F(TestPantherChargingDock, FailConfigure)
{
node_.reset();

ASSERT_THROW({ dock_->configure(node_, "dock", tf_buffer_); }, std::runtime_error);
}

TEST_F(TestPantherChargingDock, FailConfigureNoNode)
{
node_.reset();
Expand Down

0 comments on commit 38186f8

Please sign in to comment.