Skip to content

Commit a5e4d0a

Browse files
author
monkeydluffy6017
committed
fix: test cases
1 parent 50fbdb8 commit a5e4d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/__tests__/modes.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ describe("FileRestrictionError", () => {
271271
expect(debugMode).toBeDefined()
272272
expect(debugMode).toMatchObject({
273273
slug: "debug",
274-
name: "🪲 Debug",
274+
name: "🐞 Debug",
275275
roleDefinition:
276276
"You are Roo, an expert software debugger specializing in systematic problem diagnosis and resolution.",
277277
groups: ["read", "edit", "browser", "command", "mcp"],
@@ -292,7 +292,7 @@ describe("FileRestrictionError", () => {
292292
const result = await getFullModeDetails("debug")
293293
expect(result).toMatchObject({
294294
slug: "debug",
295-
name: "🪲 Debug",
295+
name: "🐞 Debug",
296296
roleDefinition:
297297
"You are Roo, an expert software debugger specializing in systematic problem diagnosis and resolution.",
298298
})

0 commit comments

Comments
 (0)