Skip to content

Commit fe063fe

Browse files
committed
accidentally activated twice
1 parent f27a723 commit fe063fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

diff_drive_controller/test/test_diff_drive_controller.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,8 +1054,6 @@ TEST_F(TestDiffDriveController, deactivate_then_activate)
10541054
// Activate again
10551055
state = controller_->get_node()->activate();
10561056
ASSERT_EQ(State::PRIMARY_STATE_ACTIVE, state.id());
1057-
state = controller_->get_node()->activate();
1058-
ASSERT_EQ(State::PRIMARY_STATE_ACTIVE, state.id());
10591057

10601058
waitForSetup();
10611059

0 commit comments

Comments
 (0)