Fix snapshot difference

This commit is contained in:
Jean-Louis Fuchs 2019-12-11 15:58:59 +01:00
parent 100f56de62
commit 6c7f55ab1a
No known key found for this signature in database
GPG Key ID: 3440F981335FD30F

View File

@ -237,8 +237,10 @@ enum ReporterReporterType {
} }
type RootQuery { type RootQuery {
\"""The ID of the object\""" node(
node(id: ID!): Node \"""The ID of the object\"""
id: ID!
): Node
} }
""".lstrip() """.lstrip()
assert str(schema) == expected assert str(schema) == expected