Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Dec 18, 2024
1 parent 3f93d63 commit 572540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common_test/simulation_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ TYPED_TEST(SimulationFeaturesCollisionPairMaxContactsTest,
world, true, 1).first;
EXPECT_TRUE(checkedOutput);
contacts = world->GetContactsFromLastStep();
EXPECT_EQ(4u, contacts.size());
EXPECT_EQ(5u, contacts.size());
}
}
}
Expand Down

0 comments on commit 572540b

Please sign in to comment.