Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarclay committed May 4, 2024
1 parent 5342f7d commit 11f1687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@

;; Shadow function form parinfer-rust-mode because it executes buffer before everything is set-up in some test cases
(define-minor-mode parinfer-rust-mode
"A simpler way to write lisps"
"A simpler way to write lisps"
:lighter " parinfer"
:init-value nil
:keymap parinfer-rust-mode-map
(if parinfer-rust-mode
(if (not parinfer-rust-mode)
(parinfer-rust-mode-disable)
(progn
(parinfer-rust--check-version parinfer-rust-supported-versions
Expand Down

0 comments on commit 11f1687

Please sign in to comment.