Clear hospital hooks after tests; should be fixing tests hanging

This commit is contained in:
Kyriakos Tharrouniatis 2020-08-20 09:22:56 +01:00
parent 771fade972
commit f428836f33

View File

@ -147,8 +147,8 @@ class FlowFrameworkTests {
SuspendingFlow.hookBeforeCheckpoint = {}
SuspendingFlow.hookAfterCheckpoint = {}
// StaffedFlowHospital.onFlowKeptForOvernightObservation.clear()
// StaffedFlowHospital.onFlowResuscitated.clear()
StaffedFlowHospital.onFlowResuscitated.clear()
StaffedFlowHospital.onFlowKeptForOvernightObservation.clear()
}
@Test(timeout=300_000)