We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3e75a commit 55c178eCopy full SHA for 55c178e
tests/verify_environment.py
@@ -3,7 +3,7 @@
3
from django import VERSION
4
from django.db import connection
5
import typing as t
6
-from django.test import SimpleTestCase
+from django.test import TestCase
7
8
9
def get_postgresql_version() -> t.Tuple[int, ...]:
0 commit comments