Skip to content

Commit

Permalink
Merge 4ac2722 into a8a9cdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 25, 2019
2 parents a8a9cdf + 4ac2722 commit f1c041c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zc/recipe/testrunner/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ include a check for an environment variable:
...
... class DemoTests(unittest.TestCase):
... def test(self):
... self.assertEquals('42', os.environ.get('zc.recipe.testrunner', '23'))
... self.assertEqual('42', os.environ.get('zc.recipe.testrunner', '23'))
...
... def test_suite():
... return unittest.makeSuite(DemoTests)
Expand Down

0 comments on commit f1c041c

Please sign in to comment.