Fix CutFilament unit tests

pull/126/head
D.R.racer 2021-09-27 10:05:21 +02:00 committed by DRracer
parent bbd14ed217
commit a13f3b8a2d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ void CutSlot(logic::CutFilament &cf, uint8_t cutSlot) {
// moving selector to the other end of its axis
REQUIRE(WhileTopState(cf, ProgressCode::ReturningSelector, selectorMoveMaxSteps));
REQUIRE(VerifyState2(cf, /*true*/ false, cutSlot, ms::Selector::IdleSlotIndex(), false, cutSlot, ml::on, ml::off, ErrorCode::OK, ProgressCode::OK));
REQUIRE(VerifyState2(cf, /*true*/ false, cutSlot, ms::Selector::IdleSlotIndex(), false, cutSlot, ml::blink0, ml::off, ErrorCode::OK, ProgressCode::OK));
}
TEST_CASE("cut_filament::cut0", "[cut_filament]") {