Fix unit test Feed to Bondtech

pull/132/head
D.R.racer 2021-10-19 11:15:56 +02:00 committed by DRracer
parent 63509af294
commit 021c79ff10
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ TEST_CASE("feed_to_bondtech::feed_phase_unlimited", "[feed_to_bondtech]") {
// idler engaged, selector in position, we'll start pushing filament
REQUIRE(fb.State() == FeedToBondtech::PushingFilamentToFSensor);
// at least at the beginning the LED should shine green (it should be blinking, but this mode has been already verified in the LED's unit test)
REQUIRE(ml::leds.LedOn(mg::globals.ActiveSlot(), ml::green));
REQUIRE(ml::leds.Mode(mg::globals.ActiveSlot(), ml::green) == ml::blink0);
REQUIRE(WhileCondition(
fb,