From fb77fc13d86c620326eb1e8c15162182e9b7d105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 20 Apr 2019 21:59:03 +0200 Subject: Fix up tests. --- tests/recurring.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/recurring.scm') diff --git a/tests/recurring.scm b/tests/recurring.scm index ebf40cb1..7e4f60ba 100644 --- a/tests/recurring.scm +++ b/tests/recurring.scm @@ -18,8 +18,6 @@ (getenv "TESTPATH") str)) -(test-begin "recurrence test") - (define cal-1 (make-vcomponent (tcal "simple-daily.ics"))) (let ((ev (car (children cal-1 'VEVENT)))) @@ -47,4 +45,3 @@ (s4 (add-day s3))) (list s0 s1 s2 s3 s4))) ) -(test-end "recurrence test") -- cgit v1.2.3