Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Mantica committed Mar 25, 2019
1 parent d65dac0 commit 2a32d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql_compiler/tests/test_schema_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test_type_equivalence_dicts(self):
# Assert that the Person class is part of the schema.
self.assertEqual(person, schema.get_type('Person'))

# Assert that the union consist of the Baby and Person classes
# Assert that the union consists of the Baby and Person classes
self.assertEqual(person_baby_union.types, [baby, person])

# Assert that arbitrarily chosen inherited property is still correctly inherited
Expand Down

0 comments on commit 2a32d48

Please sign in to comment.