Skip to content

Commit 2f0517a

Browse files
committed
naming
1 parent 758146f commit 2f0517a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/features/terminalEnvVarInjector.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ suite('TerminalEnvVarInjector', () => {
126126
});
127127
});
128128

129-
suite('useEnvFile=false (Issue #936)', () => {
129+
suite('useEnvFile=false', () => {
130130
test('should NOT inject env vars when useEnvFile is false', async () => {
131131
getConfigurationStub.returns(createMockConfig({ useEnvFile: false }) as WorkspaceConfiguration);
132132
envVarManager

0 commit comments

Comments
 (0)