Skip to content

Commit eed117e

Browse files
committed
Fix formatting in schema in test_abstract
Replicates graphql/graphql-js@f851eba
1 parent 38659a3 commit eed117e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/execution/test_abstract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def describe_interface_type():
526526
527527
interface Pet {
528528
name: String
529-
}
529+
}
530530
531531
type Cat implements Pet {
532532
name: String

0 commit comments

Comments
 (0)