Skip to content

Commit

Permalink
Fix: misnamed function call (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcentauri committed Feb 24, 2020
1 parent a336851 commit 97d7d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minitest.el
Expand Up @@ -190,7 +190,7 @@ Returns a (CMD . NAME) pair or nil."
"Run the test closest to the cursor, searching backwards."
(interactive)
(if minitest-use-rails (minitest--verify-single-rails)
(minitest--verify-with-regex)))
(minitest--verify-single-with-regex)))

(defun minitest--post-command (test)
(let ((name (cdr test)))
Expand Down

0 comments on commit 97d7d17

Please sign in to comment.