Skip to content

Commit

Permalink
Replace deprecated unittest 'failIf'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Apr 12, 2016
1 parent e664cf5 commit 044ac2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/error/tests.py
Expand Up @@ -63,7 +63,7 @@ def test_checkForEmptyLog(self):
# Test Check Empty Log
errUtility = ErrorReportingUtility()
getProp = errUtility.getLogEntries()
self.failIf(getProp)
self.assertFalse(getProp)

def test_checkProperties(self):
# Test Properties test
Expand Down

0 comments on commit 044ac2d

Please sign in to comment.