aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-09-09 14:02:03 -0700
committercolin <colin@cicadas.surf>2023-09-09 14:02:03 -0700
commit05b261a33be670df8fcdf00be801f8cbda1902b5 (patch)
treec17531896d64684f782d7be80c1acf5ad7e8ec38
parent4025722943ae814c88da1fa8fe5778cffecce4ad (diff)
typo
-rw-r--r--README.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.org b/README.org
index 0e4ca0c..983eee2 100644
--- a/README.org
+++ b/README.org
@@ -183,7 +183,6 @@ tests that aren't part of the package you're testing."
(:tests
(:with-defuns
((dummy::make-drakma-request (url)
- (declare (values (simple-array character)))
"Hello there dudes"))
(= 3 (count-words-in-response "dummy-url"))
(:funcall 'test-count-words-in-response)))