Skip to content

Commit

Permalink
Update add unit tests hints name
Browse files Browse the repository at this point in the history
  • Loading branch information
pplam committed Jan 10, 2024
1 parent b4d4fd3 commit 944ae04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class GenTestsCodeVisionProvider : CodeVisionProviderBase() {
}

override fun getHint(element: PsiElement, file: PsiFile): String {
return "Gen tests"
return "Add unit tests"
}

override fun handleClick(editor: Editor, element: PsiElement, event: MouseEvent?) {
Expand Down

0 comments on commit 944ae04

Please sign in to comment.