From 32046e319b8fcf8a23dd6cdef859e1a0e113e582 Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Wed, 13 Aug 2025 15:41:18 +0000 Subject: [PATCH] Apply patch [skip ci] --- libs/core/tests/unit_tests/runnables/test_config.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libs/core/tests/unit_tests/runnables/test_config.py b/libs/core/tests/unit_tests/runnables/test_config.py index c1b22e2c02d..e2a5993c999 100644 --- a/libs/core/tests/unit_tests/runnables/test_config.py +++ b/libs/core/tests/unit_tests/runnables/test_config.py @@ -285,10 +285,10 @@ def test_inherit_run_name_with_chain() -> None: def test_inherit_run_name_with_override() -> None: - """Test that per-step with_config can still set different run_names when inherit_run_name is NOT used. - - This test verifies that the traditional behavior of setting different run_names - per step via with_config still works when inherit_run_name is not enabled. + """Test that per-step with_config can still set different run_names. + + Verifies that when inherit_run_name is NOT used, the traditional behavior + of setting different run_names per step via with_config still works. """ from langchain_core.callbacks.base import BaseCallbackHandler from langchain_core.runnables import RunnableLambda @@ -370,3 +370,4 @@ def test_inherit_run_name_merge_configs() -> None: +