From de57e38c099df532cf2e63e2a4e95b94c255abb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 16 Oct 2023 15:31:53 +0200 Subject: Update number of tests. --- tests/unit/vcomponent/vcomponent-formats-common-types.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unit/vcomponent/vcomponent-formats-common-types.scm') diff --git a/tests/unit/vcomponent/vcomponent-formats-common-types.scm b/tests/unit/vcomponent/vcomponent-formats-common-types.scm index 1d7c77cf..72273999 100644 --- a/tests/unit/vcomponent/vcomponent-formats-common-types.scm +++ b/tests/unit/vcomponent/vcomponent-formats-common-types.scm @@ -2,6 +2,7 @@ :use-module (srfi srfi-64) :use-module (srfi srfi-64 test-error) :use-module (srfi srfi-88) + :use-module (hnh util table) :use-module ((vcomponent formats common types) :select (get-parser)) :use-module ((datetime) :select (date time datetime))) @@ -42,7 +43,7 @@ (test-equal (datetime year: 2021 month: 12 day: 02 hour: 10 minute: 20 second: 30) (parse-datetime - (make-hash-table) + (table) "20211202T102030")) ;; TODO tests with timezones here -- cgit v1.2.3