From a6c79e54a87563e4f1289731c2d9899ed72bf83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 26 Apr 2020 01:38:06 +0200 Subject: Tests run again. --- tests/recurring.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'tests/recurring.scm') 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. -- cgit v1.2.3