Skip to content

Commit fbe693f

Browse files
committed
Add missing subscription parse test.
1 parent 485b8b7 commit fbe693f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/core_language/test_parser.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@ def test_parses_kitchen_sink():
134134
parse(KITCHEN_SINK)
135135

136136

137+
def parses_experimental_subscription_feature():
138+
parse('''
139+
subscription Foo {
140+
subscriptionField
141+
}
142+
''')
143+
144+
137145
def test_parses_anonymous_operations():
138146
parse('''
139147
mutation {

0 commit comments

Comments
 (0)