diff options
Diffstat (limited to 'tests/postgres_tests/test_unaccent.py')
| -rw-r--r-- | tests/postgres_tests/test_unaccent.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/postgres_tests/test_unaccent.py b/tests/postgres_tests/test_unaccent.py index af1618d183..9d9a954be9 100644 --- a/tests/postgres_tests/test_unaccent.py +++ b/tests/postgres_tests/test_unaccent.py @@ -3,12 +3,12 @@ from __future__ import unicode_literals from django.test import modify_settings -from . import PostgresSQLTestCase +from . import PostgreSQLTestCase from .models import CharFieldModel, TextFieldModel @modify_settings(INSTALLED_APPS={'append': 'django.contrib.postgres'}) -class UnaccentTest(PostgresSQLTestCase): +class UnaccentTest(PostgreSQLTestCase): Model = CharFieldModel |
