Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
majdyz committed Dec 26, 2024
1 parent 2fa5fda commit 4d66687
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autogpt_platform/backend/test/data/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ class ExpectedOutputSchema(BlockSchema):

input_schema = created_graph.input_schema
input_schema["title"] = "ExpectedInputSchema"
print(">>>> input_schema", input_schema)
print(">>>> ExpectedInputSchema", ExpectedInputSchema.jsonschema())
assert input_schema == ExpectedInputSchema.jsonschema()

output_schema = created_graph.output_schema
Expand Down

0 comments on commit 4d66687

Please sign in to comment.