Skip to content

Commit

Permalink
fix: rm only from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Nov 20, 2024
1 parent a7cd86f commit 35b441b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow-requests.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ describe("Workflow Requests", () => {
});
});

test.only("should omit the error if the workflow is created with the same id", async () => {
test("should omit the error if the workflow is created with the same id", async () => {
const workflowRunId = `wfr-${nanoid()}`;
const context = new WorkflowContext({
qstashClient,
Expand Down

0 comments on commit 35b441b

Please sign in to comment.