mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-25 11:23:45 +03:00
Change PermissionField to DjangoPermissionField
This commit is contained in:
parent
d773e4232a
commit
a314511ea4
|
@ -10,7 +10,7 @@ class MyInstance(object):
|
|||
return "resolver method"
|
||||
|
||||
|
||||
class PermissionFieldTests(TestCase):
|
||||
class DjangoPermissionFieldTests(TestCase):
|
||||
|
||||
def test_permission_field(self):
|
||||
MyType = object()
|
||||
|
|
Loading…
Reference in New Issue
Block a user