civodul pushed a commit to branch master
in repository guix.

commit 8355756d1a9e12b23ac92cb36b82fe2e8381b158
Author: Ludovic Courtès <l...@gnu.org>
AuthorDate: Thu Jun 13 21:47:38 2024 +0200

    tests: Fix ‘beautify-description’ test.
    
    This is a followup to 510ad5d93c0ba6208aa42815863853ec522352e6.
    
    * tests/import-utils.scm ("beautify-description: transform fragment into
    sentence"): Fix.
    
    Change-Id: I331cb38a3460a024a789846772a074ba0b6c857c
---
 tests/import-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/import-utils.scm b/tests/import-utils.scm
index efc66576b1..bec38b0c30 100644
--- a/tests/import-utils.scm
+++ b/tests/import-utils.scm
@@ -42,8 +42,8 @@ Trust me Mr. Hendrix, M. Night Shyamalan et al. \
 Differences are hard to spot, e.g. in CLOS vs. GOOPS."))
 
 (test-equal "beautify-description: transform fragment into sentence"
-  "This package provides a function to establish world peace"
-  (beautify-description "A function to establish world peace."))
+  "This package provides a function to establish world peace."
+  (beautify-description "A function to establish world peace"))
 
 (test-equal "beautify-description: remove single quotes"
   "CRAN likes to quote acronyms and function names."

Reply via email to