Skip to content

Commit d4578c5

Browse files
author
Eric Wheeler
committed
test: update directory terminology in test files
Update terminology from 'working directory' to 'workspace directory' in tests to reflect VSCode's concept of workspace vs working directory. Signed-off-by: Eric Wheeler <[email protected]>
1 parent 4f17daf commit d4578c5

File tree

2 files changed

+116
-116
lines changed

2 files changed

+116
-116
lines changed

src/core/diff/strategies/__tests__/multi-search-replace.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,10 +2269,10 @@ function two() {
22692269
strategy = new MultiSearchReplaceDiffStrategy()
22702270
})
22712271

2272-
it("should include the current working directory", async () => {
2272+
it("should include the current workspace directory", async () => {
22732273
const cwd = "/test/dir"
22742274
const description = await strategy.getToolDescription({ cwd })
2275-
expect(description).toContain(`relative to the current working directory ${cwd}`)
2275+
expect(description).toContain(`relative to the current workspace directory ${cwd}`)
22762276
})
22772277

22782278
it("should include required format elements", async () => {

0 commit comments

Comments
 (0)