Skip to content

Commit 7621563

Browse files
committed
a
1 parent 8d7929f commit 7621563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/test/unit/codewhisperer/service/recommendationHandler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe('recommendationHandler', function () {
125125
supplementalContextItems: [],
126126
contentsLength: 100,
127127
latency: 0,
128-
strategy: 'Empty',
128+
strategy: 'empty',
129129
})
130130
sinon.stub(performance, 'now').returns(0.0)
131131
session.startPos = new vscode.Position(1, 0)

0 commit comments

Comments
 (0)