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
Delete read only overlays before erasing buffer for an Org test
Some tests can cause the execution of asynchronous code blocks and
those overlays may not be removed before the start of the next Org
based test.
* jupyter-org-client.el (jupyter-org--make-overlay): Add `jupyter'
property to overlay.
* test/test-helper.el (jupyter-org-test-setup): Delete those overlays
before erasing the buffer.
0 commit comments