Antilint
This commit is contained in:
@@ -213,7 +213,9 @@ class FederationCatchUpTestCases(FederatingHomeserverTestCase):
|
||||
self.pump()
|
||||
|
||||
lsso_1 = self.get_success(
|
||||
self.hs.get_datastore().get_destination_last_successful_stream_ordering("host2")
|
||||
self.hs.get_datastore().get_destination_last_successful_stream_ordering(
|
||||
"host2"
|
||||
)
|
||||
)
|
||||
|
||||
self.assertIsNone(
|
||||
@@ -227,7 +229,9 @@ class FederationCatchUpTestCases(FederatingHomeserverTestCase):
|
||||
event_id_2 = self.helper.send(room, "rabbits!", tok=u1_token)["event_id"]
|
||||
|
||||
lsso_2 = self.get_success(
|
||||
self.hs.get_datastore().get_destination_last_successful_stream_ordering("host2")
|
||||
self.hs.get_datastore().get_destination_last_successful_stream_ordering(
|
||||
"host2"
|
||||
)
|
||||
)
|
||||
row_2 = self.get_destination_room(room)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user