From 1a18c30f06b97392414a8a69f04b52918bdfe554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 1 Dec 2023 23:13:32 +0100 Subject: Repair format tests. The test have been really broken for a while, since the return type of `parameters` changed somewhere along the line. The serializers are now updated to the new API, and the tests updated to compare components correctly! --- module/vcomponent/formats/ical.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'module/vcomponent/formats/ical.scm') diff --git a/module/vcomponent/formats/ical.scm b/module/vcomponent/formats/ical.scm index dddca946..6005c550 100644 --- a/module/vcomponent/formats/ical.scm +++ b/module/vcomponent/formats/ical.scm @@ -4,9 +4,7 @@ :use-module ((vcomponent formats ical parse) :select (parse-calendar)) :export (serialize - deserialize - ) - ) + deserialize)) (define (serialize component port) -- cgit v1.2.3