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
This test was incorrect in the case where the method was inherited from a
subclass. Which ironically is precisely what the function was supposed to
test.
Additionally, there was a problem where the restored methods were bound to
the wrong class. Added test case and fixed that also.
Fixes#597
0 commit comments