summaryrefslogtreecommitdiff
path: root/tests/model_validation
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2014-03-03 18:18:39 +0800
committerRussell Keith-Magee <russell@keith-magee.com>2014-03-03 18:18:39 +0800
commit82ac3894867b111f83252e808b3ed47f38ef5378 (patch)
treebdfc43929a4b8e0cd1e973bca68afebb6d917208 /tests/model_validation
parentbc4dc6e99c532b844a26c8a9021a4d04703e28cd (diff)
Edited model and field checks for grammar and consistency.
Diffstat (limited to 'tests/model_validation')
-rw-r--r--tests/model_validation/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/model_validation/tests.py b/tests/model_validation/tests.py
index b166f0c072..4c2c55dd21 100644
--- a/tests/model_validation/tests.py
+++ b/tests/model_validation/tests.py
@@ -37,7 +37,7 @@ class ModelValidationTest(TestCase):
"sender, which has not been installed.",
hint=None,
obj='model_validation.tests',
- id='E014',
+ id='signals.E001',
),
Error(
"An instance of the `OnPostInit` class was connected to "
@@ -45,7 +45,7 @@ class ModelValidationTest(TestCase):
"'missing-app.Model' sender, which has not been installed.",
hint=None,
obj='model_validation.tests',
- id='E014',
+ id='signals.E001',
)
]
self.assertEqual(errors, expected)