File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
compass-collection/src/stores Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import Sinon from 'sinon';
6
6
import AppRegistry from '@mongodb-js/compass-app-registry' ;
7
7
import { expect } from 'chai' ;
8
8
import type { workspacesServiceLocator } from '@mongodb-js/compass-workspaces/provider' ;
9
- import type { experimentationServiceLocator } from '@mongodb-js/compass-telemetry' ;
9
+ import type { experimentationServiceLocator } from '@mongodb-js/compass-telemetry/provider ' ;
10
10
import type { connectionInfoRefLocator } from '@mongodb-js/compass-connections/provider' ;
11
11
import { createNoopLogger } from '@mongodb-js/compass-logging/provider' ;
12
12
import { ReadOnlyPreferenceAccess } from 'compass-preferences-model/provider' ;
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ export type {
7
7
} from './types' ;
8
8
9
9
export { CompassExperimentationProvider } from './experimentation-provider' ;
10
- export { experimentationServiceLocator } from './provider' ;
11
10
export { ExperimentTestName } from './growth-experiments' ;
You can’t perform that action at this time.
0 commit comments