Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: matrix-org/synapse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b6808802650d1acd994c5efe2b52e0ba8d0634ba
Choose a base ref
..
head repository: matrix-org/synapse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3d9adb06b9250866d7f5b31e87123b1590658523
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/storage/test_event_federation.py
2 changes: 1 addition & 1 deletion tests/storage/test_event_federation.py
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ def test_get_rooms_with_many_extremities(self) -> None:
room2 = "#room2"
room3 = "#room3"

def insert_event(txn: Cursor, i: int, room_id: str) -> None:
def insert_event(txn: LoggingTransaction, i: int, room_id: str) -> None:
event_id = "$event_%i:local" % i

# We need to insert into events table to get around the foreign key constraint.