Skip to content

Commit

Permalink
fix protocol engine resources test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 8, 2025
1 parent ca71d87 commit 29e525c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ def test_get_provided_addressable_area_names(
cutout_fixture_id="stagingAreaRightSlot",
provided_addressable_areas=frozenset({"D3", "D4"}),
),
PotentialCutoutFixture(
cutout_id="cutoutD3",
cutout_fixture_id="flexStackerV1",
provided_addressable_areas=frozenset({"D3", "flexStackerV1D4"}),
),
},
lazy_fixture("ot3_standard_deck_def"),
),
Expand Down

0 comments on commit 29e525c

Please sign in to comment.