Update protocol tests

pull/196/head
Chip Senkbeil 12 months ago
parent cb9684c6a5
commit c1c099cf02
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -633,7 +633,7 @@ mod tests {
"type": "changed",
"ts": u64::MAX,
"kind": "access",
"paths": ["path"],
"path": "path",
})
);
}
@ -659,7 +659,7 @@ mod tests {
"type": "changed",
"ts": u64::MAX,
"kind": "access",
"paths": ["path"],
"path": "path",
"details": {
"attribute": "permissions",
"renamed": "renamed",
@ -676,7 +676,7 @@ mod tests {
"type": "changed",
"ts": u64::MAX,
"kind": "access",
"paths": "path",
"path": "path",
});
let payload: Response = serde_json::from_value(value).unwrap();

Loading…
Cancel
Save