diff --git a/core/test/unit/src/actions/action-configs-to-graph.ts b/core/test/unit/src/actions/action-configs-to-graph.ts index 9736b9aad8..504123c633 100644 --- a/core/test/unit/src/actions/action-configs-to-graph.ts +++ b/core/test/unit/src/actions/action-configs-to-graph.ts @@ -840,7 +840,7 @@ describe("actionConfigsToGraph", () => { expect(action.mode()).to.equal("local") }) - it("deploy action mode overrides the build action mode, if deploy action depends on build action", async () => { + it("deploy action mode overrides the mode of a dependency build action", async () => { const graph = await actionConfigsToGraph({ garden, log,