Skip to content

Commit f506170

Browse files
committed
test: change to false with get: () in maxContextWindow test
1 parent f63c1ac commit f506170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/task/__tests__/Task.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ describe("Cline", () => {
587587

588588
// Force abort immediately so the stream loop exits
589589
Object.defineProperty(cline, "abort", {
590-
get: () => true,
590+
get: () => false,
591591
set: () => {},
592592
configurable: true,
593593
})

0 commit comments

Comments
 (0)