aboutsummaryrefslogtreecommitdiff
path: root/tests/vcomponent.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/vcomponent.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/vcomponent.scm b/tests/vcomponent.scm
index 15c83845..28f1cf91 100644
--- a/tests/vcomponent.scm
+++ b/tests/vcomponent.scm
@@ -7,10 +7,10 @@
(define ev (call-with-input-string
"BEGIN:DUMMY
-KEY:value
+X-KEY:value
END:DUMMY"
parse-calendar))
(test-assert (eq? #f (prop ev 'MISSING)))
-(test-assert (prop ev 'KEY))
-(test-equal "value" (prop ev 'KEY))
+(test-assert (prop ev 'X-KEY))
+(test-equal "value" (prop ev 'X-KEY))