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

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

[nongnu] elpa/buttercup a8f4cff 311/340: test: Correct descriptions for


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup a8f4cff 311/340: test: Correct descriptions for ERT compatibility specs
Date: Thu, 16 Dec 2021 14:59:57 -0500 (EST)

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

    test: Correct descriptions for ERT compatibility 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 9136015..41236aa 100644
--- a/tests/test-buttercup.el
+++ b/tests/test-buttercup.el
@@ -1574,12 +1574,12 @@ text properties using `ansi-color-apply'."
 ;;; ERT Compatibility
 
 (describe "Buttercup's ERT compatibility wrapper"
-  (it "should convert `ert-test-failed' into `buttercup-failed"
+  (it "should convert `ert-test-failed' into `buttercup-failed'"
     (expect
      (buttercup-with-converted-ert-signals
        (should (equal 1 2)))
      :to-throw 'buttercup-failed))
-  (it "should convert `ert-test-skipped' into `buttercup-pending"
+  (it "should convert `ert-test-skipped' into `buttercup-pending'"
     (assume (functionp 'ert-skip) "Loaded ERT version does not provide 
`ert-skip'")
     (expect
      (buttercup-with-converted-ert-signals



reply via email to

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