From 0acd5decf82751cf6f97d1bec8b30188ce316ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Efe=20=C3=87elik?= <98906252+efeecllk@users.noreply.github.com> Date: Wed, 31 Dec 2025 06:58:57 +0300 Subject: [PATCH] fix: typo: saved the world "BaseMessge" to "BaseMessage" (#6639) Changed "BaseMessge" to "BaseMessage" in test comments. This critical 2-character fix prevents mass confusion among developers who might have spent milliseconds wondering what a "Messge" is. The world is now a safer place. Co-authored-by: Claude Opus 4.5 --- libs/langgraph/tests/test_large_cases.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/langgraph/tests/test_large_cases.py b/libs/langgraph/tests/test_large_cases.py index 74cc2094e..5bb805c2c 100644 --- a/libs/langgraph/tests/test_large_cases.py +++ b/libs/langgraph/tests/test_large_cases.py @@ -3038,7 +3038,7 @@ def test_message_graph( # add an extra message as if it came from "tools" node app_w_interrupt.update_state(config, ("ai", "an extra message"), as_node="tools") - # extra message is coerced BaseMessge and appended + # extra message is coerced BaseMessage and appended # now the next node is "agent" per the graph edges assert app_w_interrupt.get_state(config) == StateSnapshot( values=[ @@ -3762,7 +3762,7 @@ def test_root_graph( # add an extra message as if it came from "tools" node app_w_interrupt.update_state(config, ("ai", "an extra message"), as_node="tools") - # extra message is coerced BaseMessge and appended + # extra message is coerced BaseMessage and appended # now the next node is "agent" per the graph edges assert app_w_interrupt.get_state(config) == StateSnapshot( values=[