Fix a couple of logcontext leaks in unit tests

... which were making other, innocent, tests, fail.

Plus remove a spurious unittest.DEBUG which was making the output noisy.
This commit is contained in:
Richard van der Hoff 2018-05-02 15:46:22 +01:00
parent a8d8bf92e0
commit 46beeb9a30
2 changed files with 9 additions and 3 deletions

View file

@ -128,7 +128,6 @@ class EventPushActionsStoreTestCase(tests.unittest.TestCase):
yield _rotate(10)
yield _assert_counts(1, 1)
@tests.unittest.DEBUG
@defer.inlineCallbacks
def test_find_first_stream_ordering_after_ts(self):
def add_event(so, ts):