Skip to content

Commit

Permalink
Fix assert print in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snguyenthanh committed Apr 8, 2020
1 parent f1dd47b commit f59238f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ def setUp(self):
self.maxDiff = None
# Pre-load CENSOR_WORDSET
profanity.load_censor_words()
print(len(profanity.CENSOR_WORDSET))
assert 0

def test_contains_profanity(self):
profane = profanity.contains_profanity("he is a m0th3rf*cker")
Expand Down

0 comments on commit f59238f

Please sign in to comment.