Skip to content

Commit 17ea139

Browse files
committed
Update test
1 parent c200a08 commit 17ea139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/types/tests/test_jsontype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_json_parse_literal_query():
7171
key_a: "a",
7272
key_b: "b"
7373
},
74-
empty_key: null
74+
empty_key: undefined
7575
})
7676
}
7777
'''

0 commit comments

Comments
 (0)