aboutsummaryrefslogtreecommitdiff
path: root/tests/prop.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/prop.scm')
-rw-r--r--tests/prop.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/prop.scm b/tests/prop.scm
index a302d790..a178170d 100644
--- a/tests/prop.scm
+++ b/tests/prop.scm
@@ -3,9 +3,9 @@
((util) sort*))
(define v (call-with-input-string
- "BEGIN:VCOMPONENT
+ "BEGIN:DUMMY
KEY;A=1;B=2:Some text
-END:VCOMPONENT"
+END:DUMMY"
parse-calendar))
(test-equal '("1") (prop (attr* v 'KEY) 'A))