Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Nov 5, 2020
1 parent 661a502 commit d06275b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/integration/nested_model.cc
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ TEST(NestedModel, NestedInclude)
// each model has 3 links, and the link names of the nested models have
// been transformed
EXPECT_EQ(3u, model1->LinkCount());
// TODO (addisu): Update the following two xpectations to account for the fact
// that included models are no longer flattened.
// TODO (addisu): Update the following two expectations to account for the
// fact that included models are no longer flattened.
// EXPECT_EQ(3u, model2->LinkCount());
// EXPECT_EQ(3u, model3->LinkCount());
const sdf::Link *baseLink1 = model1->LinkByName("base");
Expand Down Expand Up @@ -359,8 +359,8 @@ TEST(NestedModel, NestedInclude)
// each model has 2 joints, and the joint names of the nested models have
// been transformed
EXPECT_EQ(2u, model1->JointCount());
// TODO (addisu): Update the following two xpectations to account for the fact
// that included models are no longer flattened.
// TODO (addisu): Update the following two expectations to account for the
// fact that included models are no longer flattened.
// EXPECT_EQ(2u, model2->JointCount());
// EXPECT_EQ(2u, model3->JointCount());
auto *lowerJoint1 = model1->JointByName("lower_joint");
Expand Down

0 comments on commit d06275b

Please sign in to comment.