From 7b1044571a1ddd47800baa6bc3cae311b685df4c Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour Date: Mon, 16 Sep 2024 11:42:08 +0200 Subject: [PATCH] fix: remove only --- packages/editor-ui/src/stores/__tests__/assistant.store.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/stores/__tests__/assistant.store.test.ts b/packages/editor-ui/src/stores/__tests__/assistant.store.test.ts index 3e2e753d778c7..1fceaaf8ae1a9 100644 --- a/packages/editor-ui/src/stores/__tests__/assistant.store.test.ts +++ b/packages/editor-ui/src/stores/__tests__/assistant.store.test.ts @@ -329,7 +329,7 @@ describe('AI Assistant store', () => { expect(apiSpy).toHaveBeenCalled(); }); - it.only('should call telemetry for opening assistant with error', async () => { + it('should call telemetry for opening assistant with error', async () => { const context: ChatRequest.ErrorContext = { error: { description: '',