aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/import-utils.scm4
1 files 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."