Skip to content

Commit

Permalink
fixed moveable trash name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleon95 committed Nov 14, 2023
1 parent d46697c commit 74df7c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ def test_get_potential_cutout_fixtures_raises(
lazy_fixture("ot3_standard_deck_def"),
),
(
"movableTrash",
"movableTrashB3",
AddressableArea(
area_name="movableTrash",
area_name="movableTrashB3",
display_name="Trash Bin",
bounding_box=Dimensions(x=246.5, y=91.5, z=40),
position=AddressableOffsetVector(x=-16, y=-0.75, z=3),
Expand Down

0 comments on commit 74df7c6

Please sign in to comment.