Skip to content

Commit 5aef790

Browse files
author
Kartik Raj
committed
Fix comple
1 parent 7da750f commit 5aef790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/interpreters/activation/terminalEnvVarCollectionService.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ suite('Terminal Environment Variable Collection Service', () => {
7474
getScopedEnvironmentVariableCollection(scope: EnvironmentVariableScope): EnvironmentVariableCollection;
7575
}
7676
>();
77-
when(context.getEnvironmentVariableCollection(anything())).thenReturn(instance(collection));
77+
when(context.environmentVariableCollection).thenReturn(instance(collection));
7878
experimentService = mock<IExperimentService>();
7979
when(experimentService.inExperimentSync(TerminalEnvVarActivation.experiment)).thenReturn(true);
8080
applicationEnvironment = mock<IApplicationEnvironment>();

0 commit comments

Comments
 (0)