Fix some xml tests

This commit is contained in:
Lennart
2025-01-12 13:39:34 +01:00
parent a23e52f361
commit ed84475d71
4 changed files with 11 additions and 20 deletions

View File

@@ -85,11 +85,9 @@ mod tests {
ReportRequest::SyncCollection(SyncCollectionRequest {
sync_token: "".to_owned(),
sync_level: SyncLevel::One,
prop: rustical_dav::xml::PropfindType::Prop(PropElement {
prop: vec![Propname {
name: "getetag".to_owned()
}]
}),
prop: rustical_dav::xml::PropfindType::Prop(PropElement(vec![Propname(
"getetag".to_owned()
)])),
limit: None
})
)