You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are assuming the triggers all work correctly and only check the result once enrollUser and finishUserEnrollment have both been called.
Solution
Test the two functions separately expecting a certain result. Possibly even checking the runtime duration of enrollUser to stay below a certain threshold (e.g. 3-5 seconds).
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
Currently, we are assuming the triggers all work correctly and only check the result once enrollUser and finishUserEnrollment have both been called.
Solution
Test the two functions separately expecting a certain result. Possibly even checking the runtime duration of enrollUser to stay below a certain threshold (e.g. 3-5 seconds).
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: