Skip to content

Commit

Permalink
Update testUnit3.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvl authored Jun 2, 2020
1 parent bc7f5e6 commit a6e9b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/geometry/tests/testUnit3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ TEST(Unit3, ErrorBetweenFactor) {
}
}

TEST(Unit3, copy_assign) {
TEST(Unit3, CopyAssign) {
Unit3 p{1, 0.2, 0.3};

EXPECT(p.error(p).isZero());
Expand Down

0 comments on commit a6e9b02

Please sign in to comment.