Skip to content

Commit 93f86a3

Browse files
committed
fix: Minor string change in quickActionCommands for /test
1 parent bb11bd9 commit 93f86a3

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/amazonq/webview/ui/quickActions

1 file changed

+1
-1
lines changed

packages/core/src/amazonq/webview/ui/quickActions/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class QuickActionGenerator {
6060
command: '/test',
6161
icon: MynahIcons.CHECK_LIST,
6262
placeholder: 'Specify a function(s) in the current file (optional)',
63-
description: 'Generate unit tests (python & java) for selected code',
63+
description: 'Generate unit tests for selected code',
6464
},
6565
]
6666
: []),

0 commit comments

Comments
 (0)