diff options
Diffstat (limited to 'tests/backends/postgresql/test_operations.py')
| -rw-r--r-- | tests/backends/postgresql/test_operations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/backends/postgresql/test_operations.py b/tests/backends/postgresql/test_operations.py index 821bb29cee..c2f2417923 100644 --- a/tests/backends/postgresql/test_operations.py +++ b/tests/backends/postgresql/test_operations.py @@ -7,7 +7,7 @@ from django.test import SimpleTestCase from ..models import Person, Tag -@unittest.skipUnless(connection.vendor == 'postgresql', 'PostgreSQL tests.') +@unittest.skipUnless(connection.vendor == "postgresql", "PostgreSQL tests.") class PostgreSQLOperationsTests(SimpleTestCase): def test_sql_flush(self): self.assertEqual( |
