mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 18:15:02 -04:00
[pyupgrade] tests/
(#10347)
This commit is contained in:
parent
879d8c1ee1
commit
89cfc3dd98
20 changed files with 45 additions and 58 deletions
|
@ -75,7 +75,7 @@ class PurgeTests(HomeserverTestCase):
|
|||
token = self.get_success(
|
||||
self.store.get_topological_token_for_event(last["event_id"])
|
||||
)
|
||||
event = "t{}-{}".format(token.topological + 1, token.stream + 1)
|
||||
event = f"t{token.topological + 1}-{token.stream + 1}"
|
||||
|
||||
# Purge everything before this topological token
|
||||
f = self.get_failure(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue