aboutsummaryrefslogtreecommitdiff
path: root/tests/recurring.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/recurring.scm')
-rw-r--r--tests/recurring.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/recurring.scm b/tests/recurring.scm
index 0871d38d..024dad55 100644
--- a/tests/recurring.scm
+++ b/tests/recurring.scm
@@ -23,13 +23,11 @@ END:VEVENT"
(test-equal "Generate First"
(stream->list
- (stream-take
- 5 (stream-map (extract 'DTSTART)
- (generate-recurrence-set ev))))
+ 5 (stream-map (extract 'DTSTART)
+ (generate-recurrence-set ev)))
(stream->list
- (stream-take
- 5 (day-stream
- (attr ev 'DTSTART)))))
+ 5 (day-stream
+ (attr ev 'DTSTART))))
;; We run the exact same thing a secound time, since I had an error with
;; that during development.