summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2014-05-16 15:41:17 +0200
committerRussell Keith-Magee <russell@keith-magee.com>2014-05-16 15:41:17 +0200
commit2c176eb95cc53f29367e56e0a8eec336834a299d (patch)
tree802f148e7e3a89b76df96e935ba706ba07e1c967 /tests
parent393ddc10a78354b573b9e746247df013f7bd6151 (diff)
Refs #21798 - Modified error number to provide room for future expansion.
Diffstat (limited to 'tests')
-rw-r--r--tests/invalid_models_tests/test_ordinary_fields.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/invalid_models_tests/test_ordinary_fields.py b/tests/invalid_models_tests/test_ordinary_fields.py
index e42f9bcaaa..1d5ed6ea85 100644
--- a/tests/invalid_models_tests/test_ordinary_fields.py
+++ b/tests/invalid_models_tests/test_ordinary_fields.py
@@ -423,7 +423,7 @@ class DateFieldTests(IsolatedModelsTestCase):
"may be present.",
hint=None,
obj=field,
- id='fields.E151',
+ id='fields.E160',
)]
checks = field.check()
self.assertEqual(checks, expected)