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
refactor: Synchronization wrappers of test items are temporary.
Previously, synchronizers modified the obj attribute of a function item permanently. This could possibly result in multiple levels of wrapping.
This patch restores the original function object after the test finished.
0 commit comments