Skip to content

Commit f058f5e

Browse files
author
Kartik Raj
authored
Undo unwanted change in env var tests (#21035)
#21033 (comment)
1 parent d613776 commit f058f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/common/variables/envVarsService.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use(chaiAsPromised);
1717
type PathVar = 'Path' | 'PATH';
1818
const PATHS = getSearchPathEnvVarNames();
1919

20-
suite('xEnvironment Variables Service', () => {
20+
suite('Environment Variables Service', () => {
2121
const filename = 'x/y/z/.env';
2222
const processEnvPath = getSearchPathEnvVarNames()[0];
2323
let pathUtils: TypeMoq.IMock<IPathUtils>;

0 commit comments

Comments
 (0)