mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 19:32:33 +03:00
match existing test case
This commit is contained in:
parent
5a537872e4
commit
a47ac0feb4
|
@ -92,7 +92,7 @@ def test_generate_objecttype_with_private_attributes():
|
||||||
assert m._private_state == "custom"
|
assert m._private_state == "custom"
|
||||||
|
|
||||||
m = MyObjectType(_other_private_state="custom")
|
m = MyObjectType(_other_private_state="custom")
|
||||||
assert getattr(m, "_other_private_state", None) is "custom"
|
assert hasattr(MyObjectType, "_private_state")
|
||||||
|
|
||||||
|
|
||||||
def test_ordered_fields_in_objecttype():
|
def test_ordered_fields_in_objecttype():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user