Update testing.py

This commit is contained in:
Tonye Jack 2021-01-15 14:31:50 -05:00 committed by GitHub
parent 135fe15ec3
commit 6329f1f0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,6 +145,6 @@ class GraphQLTestCase(GraphQLTestMixin, TestCase):
pass
class GraphQLTransactionTestCase(GraphQLTestMixin, TransactionTestCase)
class GraphQLTransactionTestCase(GraphQLTestMixin, TransactionTestCase):
pass