Fix tests

This commit is contained in:
Erik Johnston
2026-05-21 14:56:48 +01:00
parent c9e9d76e86
commit 025f1a479e
+2 -2
View File
@@ -639,11 +639,11 @@ mod tests {
Some("!room:localhost")
);
assert_eq!(
event.specific_fields.auth_prev_events.auth_events,
event.specific_fields.auth_events,
vec!["$auth1".to_string(), "$auth2".to_string()]
);
assert_eq!(
event.specific_fields.auth_prev_events.prev_events,
event.specific_fields.prev_events,
vec!["$prev1".to_string()]
);