From bce60f706af96a473de7801c4b06b8445e40f0d7 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Tue, 19 Aug 2025 11:27:57 +0200 Subject: Fix duplicated test for slset-contains? --- tests/run.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.scm b/tests/run.scm index 8ec1a5a..ab09e46 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -73,7 +73,7 @@ (test-group "slset-contains?" (test-group "some examples" (test #t (slset-contains? '(a b c d a c e) 'a)) - (test #t (slset-contains? '(a b c d a c e) 'a)) + (test #t (slset-contains? '(a b c d a c e) 'd)) (test #f (slset-contains? '(a b c d a c e) 'i))) (test-group "all symbols used here still clean" (test-assert (clean? '(a b c d e i))))) -- cgit v1.2.3