Skip to content

Commit

Permalink
Fix comple
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Aug 23, 2023
1 parent 7da750f commit 5aef790
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ suite('Terminal Environment Variable Collection Service', () => {
getScopedEnvironmentVariableCollection(scope: EnvironmentVariableScope): EnvironmentVariableCollection;
}
>();
when(context.getEnvironmentVariableCollection(anything())).thenReturn(instance(collection));
when(context.environmentVariableCollection).thenReturn(instance(collection));
experimentService = mock<IExperimentService>();
when(experimentService.inExperimentSync(TerminalEnvVarActivation.experiment)).thenReturn(true);
applicationEnvironment = mock<IApplicationEnvironment>();
Expand Down

0 comments on commit 5aef790

Please sign in to comment.