NOTICK - Fix flow framework tests (#6650)

Clear hooks between tests.
This commit is contained in:
Dan Newton 2020-08-20 11:20:35 +01:00 committed by GitHub
commit 39491e8835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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