Skip to content

Commit

Permalink
Feasibility check unit test: fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Silvan Fuhrer <[email protected]>
  • Loading branch information
sfuhrer committed Aug 20, 2024
1 parent 191d680 commit f382d6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ TEST_F(FeasibilityCheckerTest, check_dist_first_waypoint)
mission_item.lat = lat_new;
mission_item.lon = lon_new;

// THEN: fail
// THEN: pass
checker.processNextItem(mission_item, 0, 1);
ASSERT_EQ(checker.someCheckFailed(), false);

Expand Down

0 comments on commit f382d6d

Please sign in to comment.