aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/webdav/webdav-propfind.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/webdav/webdav-propfind.scm')
-rw-r--r--tests/unit/webdav/webdav-propfind.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/webdav/webdav-propfind.scm b/tests/unit/webdav/webdav-propfind.scm
index 143fe1cd..8144605a 100644
--- a/tests/unit/webdav/webdav-propfind.scm
+++ b/tests/unit/webdav/webdav-propfind.scm
@@ -21,7 +21,7 @@
(map
(lambda (pr)
(typecheck pr propstat?)
- (modify pr propstat-property
+ (modify pr propstat-property*
(lambda (it)
(sort* it
string< (compose symbol->string xml-element-tagname car)))))