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

Commit

Permalink
Remove assertion covered by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Nov 15, 2023
1 parent b597f87 commit 03fc94f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapse/storage/databases/main/end_to_end_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,6 @@ def impl(txn: LoggingTransaction) -> Optional[int]:
)
if txn.rowcount == 0:
return None
assert txn.rowcount == 1

return timestamp

Expand Down

0 comments on commit 03fc94f

Please sign in to comment.