Skip to content

Commit dc7c4f8

Browse files
gagikCopilot
andauthored
Update packages/compass-assistant/src/compass-assistant-provider.spec.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 7dc5448 commit dc7c4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ describe('useAssistantActions', function () {
189189
expect(result.current.tellMoreAboutInsight).to.be.undefined;
190190
});
191191

192-
it('returns actions when both AI features and assistant flag is enabled', function () {
192+
it('returns actions when both AI features and assistant flag are enabled', function () {
193193
const { result } = renderHook(() => useAssistantActions(), {
194194
wrapper: createWrapper(createMockChat({ messages: [] })),
195195
preferences: {

0 commit comments

Comments
 (0)