Skip to content
Snippets Groups Projects
Commit 93aeee28 authored by pfdietz's avatar pfdietz
Browse files

Fixed duplicate test name

parent b860b30b
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@
(signals-error (remove-duplicates (list 'a 'b 'c) :key #'car) type-error)
t)
(deftest remove-duplicates.error.9
(deftest remove-duplicates.error.10
(check-type-error #'remove-duplicates #'sequencep)
nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment