Skip to content

Commit 8cdb6a3

Browse files
committed
test: update modes.spec to reflect Debug mode name without emoji
1 parent 866708b commit 8cdb6a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/__tests__/modes.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ describe("FileRestrictionError", () => {
389389
expect(debugMode).toBeDefined()
390390
expect(debugMode).toMatchObject({
391391
slug: "debug",
392-
name: "🪲 Debug",
392+
name: "Debug",
393393
roleDefinition:
394394
"You are Roo, an expert software debugger specializing in systematic problem diagnosis and resolution.",
395395
groups: ["read", "edit", "browser", "command", "mcp"],
@@ -410,7 +410,7 @@ describe("FileRestrictionError", () => {
410410
const result = await getFullModeDetails("debug")
411411
expect(result).toMatchObject({
412412
slug: "debug",
413-
name: "🪲 Debug",
413+
name: "Debug",
414414
roleDefinition:
415415
"You are Roo, an expert software debugger specializing in systematic problem diagnosis and resolution.",
416416
})

0 commit comments

Comments
 (0)