Skip to content

Commit

Permalink
teardown transient-current-command after faking it to t
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Jan 11, 2025
1 parent fa5adb6 commit 3d46d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test-kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,8 @@ metadata:
(describe "when called in a Transient buffer"
(before-each
(setq transient-current-command t))
(after-each
(setq transient-current-command nil))
(describe "when the current command has a `--groupversion' arg"
(before-each
(spy-on 'transient-args :and-return-value '("--groupversion=foo")))
Expand Down

0 comments on commit 3d46d9c

Please sign in to comment.