Skip to content

Commit

Permalink
fix missing ValueRangeBatch entry on check_all_components_ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 1, 2024
1 parent 0d78459 commit 90eb9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/release_checklist/check_all_components_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def alternatives(self) -> list[Any] | None:
),
"Translation3DBatch": TestCase(batch=[(1, 2, 3), (4, 5, 6), (7, 8, 9)]),
"TriangleIndicesBatch": TestCase(batch=[(0, 1, 2), (3, 4, 5), (6, 7, 8)]),
"ValueRangeBatch": TestCase((0, 5)),
"Vector2DBatch": TestCase(batch=[(0, 1), (2, 3), (4, 5)]),
"Vector3DBatch": TestCase(batch=[(0, 3, 4), (1, 4, 5), (2, 5, 6)]),
"VideoTimestampBatch": TestCase(rr.components.VideoTimestamp(seconds=0.0)),
Expand Down

0 comments on commit 90eb9fd

Please sign in to comment.