Skip to content

Commit

Permalink
Add component to check_all_components
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jun 6, 2024
1 parent ecc2aa6 commit 905d13f
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 @@ -89,6 +89,7 @@ def alternatives(self) -> list[Any] | None:
),
)
]),
"AxisLengthBatch": TestCase(batch=[100.0, 200.0, 300.0]),
"BlobBatch": TestCase(
alternatives=[
b"\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09",
Expand Down

0 comments on commit 905d13f

Please sign in to comment.