Skip to content

Commit 728a159

Browse files
committed
lint
1 parent aeb0a9f commit 728a159

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
@@ -290,7 +290,7 @@ describe('crossFileContextUtil', function () {
290290
await toFile(aStringWithLineCount(210), filePath)
291291

292292
const chunks = await crossFile.splitFileToChunks(filePath, crossFileContextConfig.numberOfLinesEachChunk)
293-
const linkedChunks = await crossFile.linkChunks(chunks)
293+
const linkedChunks = crossFile.linkChunks(chunks)
294294

295295
// 210 / 50 + 2
296296
assert.strictEqual(linkedChunks.length, 6)

0 commit comments

Comments
 (0)