Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r4d635c390c184a405bdc96e56ce35505fe3868c5 -r475a07e3fce1a9fdfec36d97e60c9d7852f78792 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 4d635c390c184a405bdc96e56ce35505fe3868c5) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 475a07e3fce1a9fdfec36d97e60c9d7852f78792) @@ -7,8 +7,8 @@ * * @file SelfTests.c * -* @author (last) Sean Nash -* @date (last) 14-Apr-2023 +* @author (last) Michael Garthwaite +* @date (last) 21-Apr-2023 * * @author (original) Quang Nguyen * @date (original) 28-Jan-2021 @@ -1574,7 +1574,7 @@ if ( TRUE == didTimeout( syringeOcclusionDelayStartTime, SYRINGE_PUMP_OCCLUSION_CHECK_DELAY ) ) { - if ( FALSE == checkForPrimeOcclusion() ) // transition to complete state only when occlusion is removed + if ( FALSE == checkForSyringeOcclusion() ) // transition to complete state only when occlusion is removed { state = DRY_SELF_TESTS_COMPLETE_STATE; }