Skip to content

Commit

Permalink
Update plugins/amazonq/codewhisperer/jetbrains-community/tst/software…
Browse files Browse the repository at this point in the history
…/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererTestBase.kt

Co-authored-by: Richard Li <[email protected]>
  • Loading branch information
evanliu048 and rli authored Feb 4, 2025
1 parent 7a9d69a commit fcd8bd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ open class CodeWhispererTestBase {
recommendationManager = CodeWhispererRecommendationManager.getInstance()
codewhispererService = spy(CodeWhispererService.getInstance())
ApplicationManager.getApplication().replaceService(CodeWhispererService::class.java, codewhispererService, disposableRule.disposable)
doNothing().`when`(codewhispererService).promoteNextInvocationIfAvailable()
doNothing().whenever(codewhispererService).promoteNextInvocationIfAvailable()

editorManager = CodeWhispererEditorManager.getInstance()
settingsManager = CodeWhispererSettings.getInstance()
Expand Down

0 comments on commit fcd8bd6

Please sign in to comment.