Skip to content

Commit

Permalink
fix(unillm-node): remove .only modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Oct 22, 2023
1 parent 567118f commit da1c903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unillm-node/tests/azure-openai.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`, {
Expand Down

0 comments on commit da1c903

Please sign in to comment.