Skip to content

Commit 77b679a

Browse files
committed
test fix
1 parent df89414 commit 77b679a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/test/unit/amazonq/apps/inline/recommendationService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ describe('RecommendationService', () => {
335335

336336
it('should make completion request when edit suggestion is active', async () => {
337337
// Mock EditSuggestionState to return true (edit suggestion is active)
338-
const isEditSuggestionActiveStub = sandbox.stub(EditSuggestionState, 'isEditSuggestionActive').returns(true)
338+
sandbox.stub(EditSuggestionState, 'isEditSuggestionActive').returns(true)
339339

340340
const mockResult = {
341341
sessionId: 'test-session',

0 commit comments

Comments
 (0)