Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r556668d4ef26ad4afbc438cc28d397a898459084 -r248262d26c8c49bdba7a89d029d850d6eb3f4a35 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 556668d4ef26ad4afbc438cc28d397a898459084) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 248262d26c8c49bdba7a89d029d850d6eb3f4a35) @@ -1697,7 +1697,7 @@ { signalDialInPumpHardStop(); - if ( FALSE == isDialInPumpRunning() ) + if ( getMeasuredDialInFlowRate() <= NEARLY_ZERO ) { if ( TRUE == zeroBloodLeak() ) {