Skip to content

Commit df89414

Browse files
committed
test fix
1 parent 1614d15 commit df89414

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,6 @@ describe('RecommendationService', () => {
363363
assert.strictEqual(cs.length, 2) // Only edit call
364364
assert.strictEqual(completionCalls.length, 1) // No completion calls
365365
assert.strictEqual(editCalls.length, 1) // One edit call
366-
367-
// Verify the stub was called
368-
sinon.assert.calledOnce(isEditSuggestionActiveStub)
369366
})
370367

371368
it('should make completion request when edit suggestion is not active', async () => {

0 commit comments

Comments
 (0)