Skip to content

Commit aadffa0

Browse files
committed
fix: tests
1 parent 30c5fb1 commit aadffa0

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
@@ -1,7 +1,7 @@
11
import { Terminal } from 'vscode';
22
import { identifyTerminalShell } from '../../../features/common/shellDetector';
33
import assert from 'assert';
4-
import { isWindows } from '../../../managers/common/utils';
4+
import { isWindows } from '../../../common/utils/platformUtils';
55

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

0 commit comments

Comments
 (0)