Skip to content

Commit

Permalink
Fix typos in test names (RobotLocomotion#15258)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherm1 authored Jun 29, 2021
1 parent 6841695 commit 37e0e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multibody/fixed_fem/dev/test/deformable_contact_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ internal::DeformableContactData<double> MakeDeformableContactData(
return internal::DeformableContactData<double>({contact_pair}, volume_mesh);
}

GTEST_TEST(DeformbableContactTest, DeformableContactData) {
GTEST_TEST(DeformableContactTest, DeformableContactData) {
/* Move the rigid pyramid down, so only its square base intersects the top
pyramidal region of the deformable octahedron. As a result, all vertices
except v5 are participating in contact. */
Expand All @@ -340,7 +340,7 @@ GTEST_TEST(DeformbableContactTest, DeformableContactData) {
}
}

GTEST_TEST(DeformbableContactTest, EmptyDeformableContactData) {
GTEST_TEST(DeformableContactTest, EmptyDeformableContactData) {
/* Move the rigid pyramid way down, so there is no contact. */
const auto X_DR = math::RigidTransformd(Vector3<double>(0, 0, -15));
DeformableContactSurface<double> contact_surface =
Expand Down

0 comments on commit 37e0e43

Please sign in to comment.