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';
66import AppRegistry from '@mongodb-js/compass-app-registry' ;
77import { expect } from 'chai' ;
88import 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 ' ;
1010import type { connectionInfoRefLocator } from '@mongodb-js/compass-connections/provider' ;
1111import { createNoopLogger } from '@mongodb-js/compass-logging/provider' ;
1212import { ReadOnlyPreferenceAccess } from 'compass-preferences-model/provider' ;
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ export type {
77} from './types' ;
88
99export { CompassExperimentationProvider } from './experimentation-provider' ;
10- export { experimentationServiceLocator } from './provider' ;
1110export { ExperimentTestName } from './growth-experiments' ;
You can’t perform that action at this time.
0 commit comments