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

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

[nongnu] elpa/buttercup 2d77e18 300/340: test: Correct descriptions for


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 2d77e18 300/340: test: Correct descriptions for some suite-done specs
Date: Thu, 16 Dec 2021 14:59:54 -0500 (EST)

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

    test: Correct descriptions for some suite-done specs
---
 tests/test-buttercup.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test-buttercup.el b/tests/test-buttercup.el
index 907dc18..22973fc 100644
--- a/tests/test-buttercup.el
+++ b/tests/test-buttercup.el
@@ -1248,12 +1248,12 @@ text properties using `ansi-color-apply'."
                 :to-throw)))
 
     (describe "on the suite-done event"
-      (it "should emit a newline at the end of the top-level suite"
+      (it "should emit a newline at the end of a top-level suite"
         (with-local-buttercup :color nil
           (buttercup-reporter-batch 'suite-done parent-suite))
         (expect (buttercup-output) :to-equal-including-properties "\n"))
 
-      (it "should color-print a newline at the end of the top-level suite"
+      (it "should color-print a newline at the end of a top-level suite"
         (with-local-buttercup :color t
          (buttercup-reporter-batch-color 'suite-done parent-suite))
         (expect (buttercup-output) :to-equal-including-properties "\n"))



reply via email to

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