Skip to content

Commit 7404226

Browse files
committed
nit: Fixing test cases
1 parent 547a207 commit 7404226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/codewhispererChat/tools/toolShared.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('ToolUtils', function () {
6969

7070
it('returns true for FsWrite tool', function () {
7171
const tool: Tool = { type: ToolType.FsWrite, tool: mockFsWrite as unknown as FsWrite }
72-
assert.strictEqual(ToolUtils.requiresAcceptance(tool).requiresAcceptance, true)
72+
assert.strictEqual(ToolUtils.requiresAcceptance(tool).requiresAcceptance, false)
7373
})
7474

7575
it('delegates to the tool for ExecuteBash', function () {

0 commit comments

Comments
 (0)