Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -rd4de4b26b99c1310c0949b68eb97c93a9e7af5cc -r139d7ba2733169cc738b6421eed50a7694691c0a --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision d4de4b26b99c1310c0949b68eb97c93a9e7af5cc) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 139d7ba2733169cc738b6421eed50a7694691c0a) @@ -7,8 +7,8 @@ * * @file SelfTests.c * -* @author (last) Dara Navaei -* @date (last) 09-May-2023 +* @author (last) Sean Nash +* @date (last) 15-May-2023 * * @author (original) Quang Nguyen * @date (original) 28-Jan-2021 @@ -1486,7 +1486,7 @@ if ( TRUE == didTimeout( syringeOcclusionDelayStartTime, SYRINGE_PUMP_OCCLUSION_CHECK_DELAY ) ) { - if ( FALSE == checkForSyringeOcclusion() ) // transition to complete state only when occlusion is removed + if ( FALSE == checkForSyringeOcclusion( FALSE ) ) // transition to complete state only when occlusion is removed { state = DRY_SELF_TESTS_COMPLETE_STATE; }