aboutsummaryrefslogtreecommitdiff
path: root/tests/xcal.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/xcal.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/xcal.scm b/tests/xcal.scm
index 78e7e7df..88c708f4 100644
--- a/tests/xcal.scm
+++ b/tests/xcal.scm
@@ -3,7 +3,7 @@
((output xcal) vcomponent->sxcal)
((util) ->)
((vcomponent base)
- parameters attr* children)
+ parameters prop* children)
)
;;; Some different types, same parameters
@@ -41,5 +41,5 @@ END:VCALENDAR"
(test-equal "xcal parameters"
'((X-TEST-PARAM "10"))
- (parameters (attr* (car (children twice-converted))
+ (parameters (prop* (car (children twice-converted))
'STATUS)))