Skip to content

Commit ec50208

Browse files
committed
Move test file into fish/
1 parent 4a0148c commit ec50208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/features/terminal/shells/fishStartup.unit.test.ts renamed to src/test/features/terminal/shells/fish/fishStartup.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as os from 'os';
33
import * as path from 'path';
44
import * as sinon from 'sinon';
55

6-
import { getFishProfile } from '../../../../features/terminal/shells/fish/fishStartup';
6+
import { getFishProfile } from '../../../../../features/terminal/shells/fish/fishStartup';
77

88
suite('Fish Startup', () => {
99
let originalXdgConfigHome: string | undefined;

0 commit comments

Comments
 (0)