Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove extraneous unittest.DEBUG's
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Feb 25, 2020
1 parent 3c9aa14 commit 3c34dda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/handlers/test_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ def test_initial_background_update(self):

self.assertEqual(u1stats["joined_rooms"], 1)

@unittest.DEBUG
def test_incomplete_stats(self):
"""
This tests that we track incomplete statistics.
Expand Down
1 change: 0 additions & 1 deletion tests/rest/client/v2_alpha/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def make_homeserver(self, reactor, clock):

return self.hs

@unittest.DEBUG
def test_POST_appservice_registration_valid(self):
user_id = "@as_user_kermit:test"
as_token = "i_am_an_app_service"
Expand Down

0 comments on commit 3c34dda

Please sign in to comment.