Skip to content

Commit b7c9b31

Browse files
committed
extend stub for test
1 parent bb90a00 commit b7c9b31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-assistant/src/compass-assistant-provider.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ describe('CompassAssistantProvider', function () {
481481
ensureAiFeatureAccess: sinon.stub().callsFake(() => {
482482
return Promise.resolve();
483483
}),
484+
getAppNameForPrompt: sinon.stub().returns('MongoDB Compass'),
484485
};
485486

486487
const mockAtlasAuthService = {};

0 commit comments

Comments
 (0)