mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-26 22:05:29 +00:00
Even more
This commit is contained in:
@@ -1319,6 +1319,7 @@ def test_combining_sequences(
|
|||||||
{"question": "What is your name?"}, dict(callbacks=[tracer])
|
{"question": "What is your name?"}, dict(callbacks=[tracer])
|
||||||
) == ["baz", "qux"]
|
) == ["baz", "qux"]
|
||||||
|
|
||||||
|
if sys.version_info >= (3, 9):
|
||||||
assert tracer.runs == snapshot
|
assert tracer.runs == snapshot
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user