Skip to content

Commit 164b213

Browse files
authored
Remove duplicate test (#755)
Looking at the problem-specification repository it seems that the latter test is a reimplementation of the previous test due to a change in the error message of the canonical data. (In this track we are not using the error messsage, simply evaluating to NIL.)
1 parent 448ea15 commit 164b213

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

exercises/practice/largest-series-product/largest-series-product-test.lisp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
8080
(span -1))
8181
(is (eql NIL (largest-series-product:largest-product digits span)))))
8282

83-
(test rejects-negative-span
84-
(let ((digits "12345")
85-
(span -1))
86-
(is (eql NIL (largest-series-product:largest-product digits span)))))
87-
8883
(defun run-tests (&optional (test-or-suite 'largest-series-product-suite))
8984
"Provides human readable results of test run. Default to entire suite."
9085
(run! test-or-suite))

0 commit comments

Comments
 (0)