summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/__init__.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/__init__.py
parent33ea472f6924480eb8708bc6d0ac90b9f742ba68 (diff)
Name PostgreSQL correctly.
Diffstat (limited to 'tests/postgres_tests/__init__.py')
-rw-r--r--tests/postgres_tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/postgres_tests/__init__.py b/tests/postgres_tests/__init__.py
index 9076bef850..55b88427ef 100644
--- a/tests/postgres_tests/__init__.py
+++ b/tests/postgres_tests/__init__.py
@@ -5,5 +5,5 @@ from django.test import TestCase
@unittest.skipUnless(connection.vendor == 'postgresql', "PostgreSQL specific tests")
-class PostgresSQLTestCase(TestCase):
+class PostgreSQLTestCase(TestCase):
pass