Skip to content

Commit

Permalink
Update integration-test/langfuse-integration-node.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
hassiebp and ellipsis-dev[bot] authored Jan 21, 2025
1 parent 4cf0625 commit 611d816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/langfuse-integration-node.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ describe("Langfuse Node.js", () => {
});
});

it.only("update a prompt", async () => {
it("update a prompt", async () => {
const promptName = "test-prompt" + Math.random().toString(36);
await langfuse.createPrompt({
name: promptName,
Expand Down

0 comments on commit 611d816

Please sign in to comment.