mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-26 12:03:47 +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"
|
return "resolver method"
|
||||||
|
|
||||||
|
|
||||||
class PermissionFieldTests(TestCase):
|
class DjangoPermissionFieldTests(TestCase):
|
||||||
|
|
||||||
def test_permission_field(self):
|
def test_permission_field(self):
|
||||||
MyType = object()
|
MyType = object()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user