1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-30 18:42:05 +00:00

fix(hydra): Don't use 2.1 in v6 room in test_event_sort

This commit is contained in:
nexy7574 2025-09-13 15:39:39 +01:00
parent 936f0a669b
commit 2e252f0841
No known key found for this signature in database

View file

@ -1027,7 +1027,7 @@ mod tests {
let resolved_power = super::iterative_auth_check(
&RoomVersion::V6,
2.1,
2.0,
sorted_power_events.iter().map(AsRef::as_ref).stream(),
HashMap::new(), // unconflicted events
&fetcher,