mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 00:22:25 +02:00
Fix typo
This commit is contained in:
@@ -199,7 +199,7 @@ describe("useStream", () => {
|
||||
"Cached user message",
|
||||
);
|
||||
|
||||
// Submiting should clear out the cached messages
|
||||
// Submitting should clear out the cached messages
|
||||
await user.click(screen.getByTestId("submit"));
|
||||
|
||||
// Wait for messages to appear
|
||||
|
||||
Reference in New Issue
Block a user