Skip to content

Commit c66376c

Browse files
committed
fix tests
1 parent 03a83e2 commit c66376c

File tree

1 file changed

+1
-1
lines changed
  • packages/amazonq/test/unit/codewhispererChat/controllers/chat/chatRequest

1 file changed

+1
-1
lines changed

packages/amazonq/test/unit/codewhispererChat/controllers/chat/chatRequest/converter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('triggerPayloadToChatRequest', () => {
186186
checkContextTruncationHelper(before3, after3)
187187

188188
const before4 = [5000, 5000, 150000, 5000, 5000, 5000] // Total: 175,000
189-
const after4 = [5000, 5000, 80000, 5000, 5000, 0] // Total: 100,000
189+
const after4 = [5000, 5000, 90000, 0, 0, 0] // Total: 100,000
190190
checkContextTruncationHelper(before4, after4)
191191

192192
const before5 = [50000, 80000, 20000, 10000, 10000, 10000] // Total: 180,000

0 commit comments

Comments
 (0)