Skip to content

Commit a16f2c9

Browse files
committed
Comment address
1 parent 66413a0 commit a16f2c9

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

packages/compass-collection/src/stores/collection-tab.spec.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -177,22 +177,6 @@ describe('Collection Tab Content store', function () {
177177
expect(assignExperiment).to.not.have.been.called;
178178
});
179179

180-
it('should handle missing experimentationServices gracefully and initialize successfully', async function () {
181-
const store = await configureStore(
182-
undefined,
183-
{},
184-
undefined, // No experimentationServices provided
185-
mockAtlasConnectionInfo
186-
);
187-
188-
// Store should still be functional despite missing experimentationServices
189-
await waitFor(() => {
190-
expect(store.getState())
191-
.to.have.property('metadata')
192-
.deep.eq(defaultMetadata);
193-
});
194-
});
195-
196180
it('should not assign experiment when AI features are disabled at the org level', async function () {
197181
const assignExperiment = sandbox.spy(() => Promise.resolve(null));
198182

packages/compass-telemetry/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export type {
77
} from './types';
88

99
export { CompassExperimentationProvider } from './experimentation-provider';
10-
export { experimentationServiceLocator, TestName } from './provider';
10+
export { TestName } from './provider';

0 commit comments

Comments
 (0)