Skip to content

Commit 9a7e50a

Browse files
committed
patch
1 parent 728a159 commit 9a7e50a

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
@@ -285,7 +285,7 @@ describe('crossFileContextUtil', function () {
285285
assert.strictEqual(chunks[4].content, aStringWithLineCount(10, 200))
286286
})
287287

288-
it('link', async function () {
288+
it('linkChunks should add another chunk which will link to the first chunk and chunk.nextContent should reflect correct value', async function () {
289289
const filePath = path.join(tempFolder, 'file.txt')
290290
await toFile(aStringWithLineCount(210), filePath)
291291

0 commit comments

Comments
 (0)