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: +