diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-20 11:46:54 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-08-20 11:46:59 +0100 |
commit | 7777d353bfffc840b79391da107e593338a1a2fe (patch) | |
tree | 3bfae0b7aa8c89199defaf8b3a1c915fa8a5375b /tests/test_visibility.py | |
parent | Newsfile (diff) | |
download | synapse-7777d353bfffc840b79391da107e593338a1a2fe.tar.xz |
Remove test debugs
Diffstat (limited to 'tests/test_visibility.py')
-rw-r--r-- | tests/test_visibility.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_visibility.py b/tests/test_visibility.py index e0605dac2f..18f1a0035d 100644 --- a/tests/test_visibility.py +++ b/tests/test_visibility.py @@ -74,7 +74,6 @@ class FilterEventsForServerTestCase(tests.unittest.TestCase): self.assertEqual(events_to_filter[i].event_id, filtered[i].event_id) self.assertEqual(filtered[i].content["a"], "b") - @tests.unittest.DEBUG @defer.inlineCallbacks def test_erased_user(self): # 4 message events, from erased and unerased users, with a membership |