diff options
author | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-11-04 17:26:41 +0000 |
---|---|---|
committer | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-11-04 17:26:41 +0000 |
commit | 1758187715db13cce9085c20fa866f7bbeed7680 (patch) | |
tree | 151b669f040baaaad81b4f79d2ccc619932595c1 /tests/storage/test_redaction.py | |
parent | Merge pull request #346 from matrix-org/markjh/remove_lock_manager (diff) | |
parent | Merge branch 'develop' into daniel/removesomelies (diff) | |
download | synapse-1758187715db13cce9085c20fa866f7bbeed7680.tar.xz |
Merge pull request #339 from matrix-org/daniel/removesomelies
Remove unused arguments and code
Diffstat (limited to 'tests/storage/test_redaction.py')
-rw-r--r-- | tests/storage/test_redaction.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/storage/test_redaction.py b/tests/storage/test_redaction.py index b57006fcb4..dbf9700e6a 100644 --- a/tests/storage/test_redaction.py +++ b/tests/storage/test_redaction.py @@ -120,7 +120,6 @@ class RedactionTestCase(unittest.TestCase): self.u_alice.to_string(), start, end, - None, # Is currently ignored ) self.assertEqual(1, len(results)) @@ -149,7 +148,6 @@ class RedactionTestCase(unittest.TestCase): self.u_alice.to_string(), start, end, - None, # Is currently ignored ) self.assertEqual(1, len(results)) @@ -199,7 +197,6 @@ class RedactionTestCase(unittest.TestCase): self.u_alice.to_string(), start, end, - None, # Is currently ignored ) self.assertEqual(1, len(results)) @@ -228,7 +225,6 @@ class RedactionTestCase(unittest.TestCase): self.u_alice.to_string(), start, end, - None, # Is currently ignored ) self.assertEqual(1, len(results)) |