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

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

[nongnu] elpa/buttercup 9c4b473 237/340: test: Add missing apostrophe in


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 9c4b473 237/340: test: Add missing apostrophe in spec title
Date: Thu, 16 Dec 2021 14:59:41 -0500 (EST)

branch: elpa/buttercup
commit 9c4b47399c4d5447ba50ba8d065af03786315858
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    test: Add missing apostrophe in spec title
---
 tests/test-buttercup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-buttercup.el b/tests/test-buttercup.el
index 6368202..03aa6bb 100644
--- a/tests/test-buttercup.el
+++ b/tests/test-buttercup.el
@@ -1091,7 +1091,7 @@
         (expect 'reporter :to-have-been-called-with 'buttercup-started 
buttercup-suites)
         (expect 'reporter :to-have-been-called-with 'buttercup-done 
buttercup-suites)))
     )
-  (it "should call `buttercup--run-suite once per suite"
+  (it "should call `buttercup--run-suite' once per suite"
     (let ((buttercup-suites (list parent-suite)) runner)
       (ignore runner)
       (setf (symbol-function 'runner) (lambda (suite) (ignore suite)))



reply via email to

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