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:
parent
936f0a669b
commit
2e252f0841
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue