mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 15:34:48 -04:00
Remove more unused parameters
This commit is contained in:
parent
192241cf2a
commit
771ca56c88
6 changed files with 2 additions and 13 deletions
|
@ -68,7 +68,6 @@ class StreamStoreTestCase(unittest.TestCase):
|
|||
self.u_bob.to_string(),
|
||||
start,
|
||||
end,
|
||||
None, # Is currently ignored
|
||||
)
|
||||
|
||||
self.assertEqual(1, len(results))
|
||||
|
@ -105,7 +104,6 @@ class StreamStoreTestCase(unittest.TestCase):
|
|||
self.u_alice.to_string(),
|
||||
start,
|
||||
end,
|
||||
None, # Is currently ignored
|
||||
)
|
||||
|
||||
self.assertEqual(1, len(results))
|
||||
|
@ -147,7 +145,6 @@ class StreamStoreTestCase(unittest.TestCase):
|
|||
self.u_bob.to_string(),
|
||||
start,
|
||||
end,
|
||||
None, # Is currently ignored
|
||||
)
|
||||
|
||||
# We should not get the message, as it happened *after* bob left.
|
||||
|
@ -175,7 +172,6 @@ class StreamStoreTestCase(unittest.TestCase):
|
|||
self.u_bob.to_string(),
|
||||
start,
|
||||
end,
|
||||
None, # Is currently ignored
|
||||
)
|
||||
|
||||
# We should not get the message, as it happened *after* bob left.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue