Skip to content

Commit 42c139b

Browse files
committed
path resolve
1 parent 250cb4d commit 42c139b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/features/terminal/terminalManager.unit.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ suite('TerminalManager - terminal naming', () => {
350350
'Dedicated terminal with string key should use the string in the title',
351351
);
352352
assert.strictEqual(
353-
optionsList[0]?.cwd,
354-
projectPath,
353+
path.resolve(optionsList[0]?.cwd as string),
354+
path.resolve(projectPath),
355355
'Dedicated terminal with string key should use project directory as cwd',
356356
);
357357
} finally {

0 commit comments

Comments
 (0)