Skip to content

Commit c3d7c4e

Browse files
committed
fix: tests
1 parent 4f83551 commit c3d7c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/features/common/shellDetector.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TerminalShellType } from '../../../api';
22
import { Terminal, TerminalShellType as VSCTerminalShellType } from 'vscode';
33
import { identifyTerminalShell } from '../../../features/common/shellDetector';
44
import assert from 'assert';
5-
import { isWindows } from '../../../managers/common/utils';
5+
import { isWindows } from '../../../common/utils/platformUtils';
66

77
const testShellTypes: string[] = [
88
'sh',

0 commit comments

Comments
 (0)