Skip to content

Commit 1b8889b

Browse files
committed
patch
1 parent d17ed77 commit 1b8889b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/test/unit/codewhisperer/util/crossFileContextUtil.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ describe('crossFileContextUtil', function () {
328328
})
329329

330330
fileExtLists.forEach((fileExt) => {
331-
it('should be non empty', async function () {
331+
it(`supplemental context for file ${fileExt} should be non empty`, async function () {
332332
sinon.stub(FeatureConfigProvider.instance, 'getProjectContextGroup').returns('control')
333333
sinon
334334
.stub(LspController.instance, 'queryInlineProjectContext')

0 commit comments

Comments
 (0)