Skip to content

Commit 55c178e

Browse files
committed
update verify env
1 parent 6a3e75a commit 55c178e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verify_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from django import VERSION
44
from django.db import connection
55
import typing as t
6-
from django.test import SimpleTestCase
6+
from django.test import TestCase
77

88

99
def get_postgresql_version() -> t.Tuple[int, ...]:

0 commit comments

Comments
 (0)