Fix testing

This commit is contained in:
retropikzel 2025-12-11 17:21:57 +02:00
parent 971260526f
commit 4fa4a0a935
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
(test-assert #t)
(test-assert #t)
(test-equal '1 '(1 2 3))
(test-equal '(1 2 3) '(1 2 3))
(test-assert #t)
(test-end "ctrf")