Fix formatter tests

This commit is contained in:
Radon Rosborough 2023-03-17 18:53:52 -07:00
parent 26e436dfd0
commit 782db66457

View file

@ -39,7 +39,7 @@ already in memory on the current branch."
(call-process
"git"
nil (list (current-buffer) stderr-file) nil
"show" (format "%s:apheleia.el" ref))))
"show" (format "%s:apheleia-formatters.el" ref))))
(unless (zerop exit-status)
(with-temp-buffer
(insert-file-contents stderr-file)