From 00e8e514e173dbbbc9d30f5753f4605eeffb2340 Mon Sep 17 00:00:00 2001 From: Marc Tamlyn Date: Sat, 30 May 2015 22:18:01 +0100 Subject: Name PostgreSQL correctly. --- tests/postgres_tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/postgres_tests/__init__.py') 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 -- cgit v1.3