aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/vcomponent/vcomponent-formats-common-types.scm
diff options
context:
space:
mode:
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