emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/reformatter edf1c42de8 71/81: Use -buffer suffix when call


From: ELPA Syncer
Subject: [nongnu] elpa/reformatter edf1c42de8 71/81: Use -buffer suffix when calling reformatter in test
Date: Tue, 5 Sep 2023 04:03:39 -0400 (EDT)

branch: elpa/reformatter
commit edf1c42de8ad30913a21080e36d7c1a191326c5d
Author: Steve Purcell <steve@sanityinc.com>
Commit: GitHub <noreply@github.com>

    Use -buffer suffix when calling reformatter in test
---
 reformatter-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reformatter-tests.el b/reformatter-tests.el
index 586b12aa75..0ab36372c7 100644
--- a/reformatter-tests.el
+++ b/reformatter-tests.el
@@ -65,7 +65,7 @@
 (ert-deftest reformatter-tests-tempfile-with-slash-in-symbol-name ()
   (with-temp-buffer
     (insert "[  foo  ] && echo yes\n")
-    (reformatter-tests-tempfile/with-slash-in-symbol-name)
+    (reformatter-tests-tempfile/with-slash-in-symbol-name-buffer)
     (should (equal "[ foo ] && echo yes\n" (buffer-string)))))
 
 ;; Modify a file in place



reply via email to

[Prev in Thread] Current Thread [Next in Thread]