Fix tests msg

This commit is contained in:
Jonathan Prates 2014-05-29 15:21:24 -03:00
parent 819ff2a902
commit 85187239b6

View File

@ -3835,7 +3835,7 @@ class QuerySetTest(unittest.TestCase):
queryset.next()
if not queryset:
raise AssertionError('Cursor has data and it must returns False,'
raise AssertionError('Cursor has data and it must returns True,'
' even in the last item.')
self.assertTrue(queryset.has_data(), 'Cursor has data and '