Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mabaasit committed Sep 19, 2024
1 parent c747cb2 commit 847482c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/compass-aggregations/test/configure-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function getMockedPluginArgs(
const atlasAuthService = new MockAtlasAuthService();
const atlasAiService = new MockAtlasAiService();
return [
CompassAggregationsPlugin.provider.withMockServices({
CompassAggregationsPlugin.Provider.withMockServices({
atlasAuthService,
atlasAiService,
collection: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import { CompassSchemaValidationPlugin } from '../../index';

const { renderWithConnections } = createPluginTestHelpers(
CompassSchemaValidationPlugin.provider.withMockServices({
CompassSchemaValidationPlugin.Provider.withMockServices({
dataService: {
collectionInfo() {
return Promise.resolve({});
Expand Down

0 comments on commit 847482c

Please sign in to comment.