Skip to content

Commit

Permalink
Update tests/unit_tests/test_serialization.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Sep 11, 2024
1 parent 1c00842 commit 0a27cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_document_serialization() -> None:
"numbers": [1, 2, 3],
"boom": "Hello, world!",
},
# # Requires typing ChatGeneration with Anymessage
# Requires typing ChatGeneration with Anymessage
# [ChatGeneration(message=HumanMessage(content="Hello"))],
],
)
Expand Down

0 comments on commit 0a27cc9

Please sign in to comment.