mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Made assertions in invalid_models_tests consistent.
This commit is contained in:
parent
169c3b3e07
commit
f816ceedf1
5 changed files with 202 additions and 409 deletions
|
@ -17,5 +17,4 @@ class CustomFieldTest(SimpleTestCase):
|
|||
other_field = models.IntegerField()
|
||||
|
||||
field = Model._meta.get_field('field')
|
||||
errors = field.check()
|
||||
self.assertEqual(errors, [])
|
||||
self.assertEqual(field.check(), [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue