Skip to content

Commit

Permalink
test: add more parameterized number of rigid bodies into test
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-cui committed Sep 7, 2023
1 parent f9d83d3 commit 854898d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_modules/test_memory_block_rigid_body.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_construct_memory_block_structures_for_rigid_bodies(n_bodies):
assert issubclass(memory_block_list[0].__class__, MemoryBlockRigidBody)


@pytest.mark.parametrize("n_bodies", [5])
@pytest.mark.parametrize("n_bodies", [1, 2, 5, 6])
def test_memory_block_rigid_body(n_bodies):
"""
Test memory block logic for rigid bodies.
Expand Down

0 comments on commit 854898d

Please sign in to comment.