fix test name

This commit is contained in:
Peter Clement 2024-09-11 15:50:21 +01:00
parent f377b9f566
commit babbe16d7d
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ describe("Branching automations", () => {
expect(results.steps[1].outputs.message).toContain("Special user")
})
it("should handlestop the branch automation when no conditions are met", async () => {
it("should stop the branch automation when no conditions are met", async () => {
const builder = createAutomationBuilder({
name: "Multiple OR Conditions Branching",
})