Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Oct 4, 2014
1 parent 678b617 commit 89d5ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_helper/tests/test_commands.py
Expand Up @@ -180,7 +180,7 @@ def test_testrun_nocms(self):
args['--cms'] = False
args['--runner'] = 'runners.CapturedOutputRunner'
core(args, self.application)
self.assertTrue('Ran 1 test in 0.000s' in err.getvalue())
self.assertTrue('Ran 1 test in' in err.getvalue())
self.assertEqual(exit.exception.code, 0)

def test_authors(self):
Expand Down

0 comments on commit 89d5ddd

Please sign in to comment.