aboutsummaryrefslogtreecommitdiff
path: root/tests/vcomponent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vcomponent.scm')
-rw-r--r--tests/vcomponent.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/vcomponent.scm b/tests/vcomponent.scm
index 7a392e9e..0d81ab0e 100644
--- a/tests/vcomponent.scm
+++ b/tests/vcomponent.scm
@@ -1,4 +1,4 @@
-(((vcomponent base) attr)
+(((vcomponent base) prop)
((vcomponent) parse-calendar))
(define ev (call-with-input-string
@@ -7,6 +7,6 @@ KEY:value
END:DUMMY"
parse-calendar))
-(test-assert (eq? #f (attr ev 'MISSING)))
-(test-assert (attr ev 'KEY))
-(test-equal "value" (attr ev 'KEY))
+(test-assert (eq? #f (prop ev 'MISSING)))
+(test-assert (prop ev 'KEY))
+(test-equal "value" (prop ev 'KEY))