summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_unaccent.py
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2015-05-30 22:18:01 +0100
committerMarc Tamlyn <marc.tamlyn@gmail.com>2015-05-30 23:10:30 +0100
commit00e8e514e173dbbbc9d30f5753f4605eeffb2340 (patch)
tree09f133dc86416f40e202ecb3a576af2e5928ad3d /tests/postgres_tests/test_unaccent.py
parent33ea472f6924480eb8708bc6d0ac90b9f742ba68 (diff)
Name PostgreSQL correctly.
Diffstat (limited to 'tests/postgres_tests/test_unaccent.py')
-rw-r--r--tests/postgres_tests/test_unaccent.py4
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