Skip to content

Commit

Permalink
Put back the failing unitests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinenar committed Aug 7, 2024
1 parent e3998b9 commit 77aae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serve_app/oxo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2991,7 +2991,7 @@ def testOxoSchemaReOxoSchemas_whenInputObject_schemasShouldBeSimilar() -> None:
assert input_field_type == oxo_input_types[input_field_name]


def _testOxoSchemaReOxoSchemas_whenMutations_schemasShouldBeSimilar() -> None:
def testOxoSchemaReOxoSchemas_whenMutations_schemasShouldBeSimilar() -> None:
"""Ensure the `Mutations` in the OxO Schema & RE_OxO schema are similar."""

oxo_schema_dict = oxo_schema.introspect()["__schema"]
Expand Down

0 comments on commit 77aae3e

Please sign in to comment.