aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/vcomponent/vcomponent-formats-common-types.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-16 15:31:53 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-16 15:31:53 +0200
commitde57e38c099df532cf2e63e2a4e95b94c255abb6 (patch)
treee3fcca1fe6c325fc7d768134a733485408cfb1c1 /tests/unit/vcomponent/vcomponent-formats-common-types.scm
parentChange printer for vcomponent. (diff)
downloadcalp-de57e38c099df532cf2e63e2a4e95b94c255abb6.tar.gz
calp-de57e38c099df532cf2e63e2a4e95b94c255abb6.tar.xz
Update number of tests.
Diffstat (limited to 'tests/unit/vcomponent/vcomponent-formats-common-types.scm')
-rw-r--r--tests/unit/vcomponent/vcomponent-formats-common-types.scm3
1 files changed, 2 insertions, 1 deletions
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