Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -rc1b9ac0dbf2196280895d2e440dd7ac288ac8424 -rfed8ef4f0540818dfb7ca670a65eac39c12cb25a --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision c1b9ac0dbf2196280895d2e440dd7ac288ac8424) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision fed8ef4f0540818dfb7ca670a65eac39c12cb25a) @@ -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; }