Skip to content

Commit 8f65e1b

Browse files
torosentCopilot
andauthored
Update tests/e2e/orchestration.spec.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 52c93c1 commit 8f65e1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/e2e/orchestration.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ describe("Durable Functions", () => {
5454
expect(state?.runtimeStatus).toEqual(OrchestrationStatus.ORCHESTRATION_STATUS_COMPLETED);
5555
});
5656

57-
5857
it("should be able to run an activity sequence", async () => {
5958
const plusOne = async (_: ActivityContext, input: number) => {
6059
return input + 1;

0 commit comments

Comments
 (0)