mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-19 09:30:15 +00:00
remove assert console output
This commit is contained in:
parent
360daf74e9
commit
823d85c31b
@ -549,7 +549,7 @@ def test_convert_to_openai_function_strict_union_type() -> None:
|
||||
}
|
||||
|
||||
actual = convert_to_openai_function(my_function, strict=True)
|
||||
assert actual == expected, str(actual)
|
||||
assert actual == expected
|
||||
|
||||
|
||||
json_schema_no_description_no_params = {
|
||||
|
Loading…
Reference in New Issue
Block a user