Skip to content

Commit

Permalink
fix(api): fix the test_deck_configuration_provider unit test for the …
Browse files Browse the repository at this point in the history
…waste+stacker fixtures. (#17393)
  • Loading branch information
vegano1 authored Jan 31, 2025
1 parent 3c23793 commit 9b963ac
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,32 @@ def test_get_provided_addressable_area_names(
{"D3", "flexStackerModuleV1D4"}
),
),
PotentialCutoutFixture(
cutout_id="cutoutD3",
cutout_fixture_id="flexStackerModuleV1WithWasteChuteRightAdapterCovered",
provided_addressable_areas=frozenset(
{
"1ChannelWasteChute",
"8ChannelWasteChute",
"flexStackerModuleV1D4",
"D3",
}
),
),
PotentialCutoutFixture(
cutout_id="cutoutD3",
cutout_fixture_id="flexStackerModuleV1WithWasteChuteRightAdapterNoCover",
provided_addressable_areas=frozenset(
{
"1ChannelWasteChute",
"8ChannelWasteChute",
"96ChannelWasteChute",
"gripperWasteChute",
"flexStackerModuleV1D4",
"D3",
}
),
),
},
lazy_fixture("ot3_standard_deck_def"),
),
Expand Down

0 comments on commit 9b963ac

Please sign in to comment.