From da1c9039501a1ce4fd943810cece50c682e9ccd1 Mon Sep 17 00:00:00 2001 From: Ariel Weinberger Date: Sun, 22 Oct 2023 14:48:25 -0700 Subject: [PATCH] fix(unillm-node): remove .only modifier --- packages/unillm-node/tests/azure-openai.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/unillm-node/tests/azure-openai.test.ts b/packages/unillm-node/tests/azure-openai.test.ts index 996f9c6..ef1238c 100644 --- a/packages/unillm-node/tests/azure-openai.test.ts +++ b/packages/unillm-node/tests/azure-openai.test.ts @@ -36,7 +36,7 @@ describe("#createChatCompletion - Azure OpenAI", () => { ).not.toThrow(); }); - it.only("Should throw an error and return a unified error response", async () => { + it("Should throw an error and return a unified error response", async () => { let errorOccurred = false; try { await uniLLM.createChatCompletion(`azure:${deployment}`, {