Skip to content

Commit 6b0871b

Browse files
committed
Fix test name copypasta
1 parent 36c9088 commit 6b0871b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

typescript-sdk/apps/dojo/e2e/tests/langgraphFastAPITests/backendToolRenderingPage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { test, expect } from "@playwright/test";
22

3-
test("[MastraAgentLocal] Backend Tool Rendering displays weather cards", async ({ page }) => {
3+
test("[LanggraphFastAPI] Backend Tool Rendering displays weather cards", async ({ page }) => {
44
// Set shorter default timeout for this test
55
test.setTimeout(30000); // 30 seconds total
66

typescript-sdk/apps/dojo/e2e/tests/langgraphPythonTests/backendToolRenderingPage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { test, expect } from "@playwright/test";
22

3-
test("[MastraAgentLocal] Backend Tool Rendering displays weather cards", async ({ page }) => {
3+
test("[LanggraphPython] Backend Tool Rendering displays weather cards", async ({ page }) => {
44
// Set shorter default timeout for this test
55
test.setTimeout(30000); // 30 seconds total
66

0 commit comments

Comments
 (0)