Skip to content

Commit

Permalink
test: fix tests on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapaspyros committed Jan 28, 2025
1 parent f0e75bc commit 1e8e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/state_representation/test/tests/test_trajectory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ TEST(TrajectoryTest, CartesianTrajectory) {
);
EXPECT_STREQ(trajectory.get_reference_frame().c_str(), "world2");
trajectory.reset();
EXPECT_STREQ(trajectory.get_reference_frame().c_str(), "");
EXPECT_STREQ(trajectory.get_reference_frame().c_str(), "world");
}

auto point0 = CartesianState::Random("foo");
Expand Down

0 comments on commit 1e8e12c

Please sign in to comment.