Skip to content

Commit

Permalink
Ensure nil state on test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Jan 1, 2024
1 parent 250cbb8 commit dcd6593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dape-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Helper for `dape-test--with-files'."
(dape-test--should
(not (process-list)))
(advice-remove 'yes-or-no-p 'always-yes)
(setq dape--state nil)
;; clean up buffers
(dolist (buffer buffers)
(kill-buffer buffer))
Expand Down

0 comments on commit dcd6593

Please sign in to comment.