Skip to content

Commit

Permalink
chore: apply suggestion from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Thorarinn Sigurdsson <[email protected]>
  • Loading branch information
stefreak and thsig authored Dec 21, 2023
1 parent 0bf1b08 commit ce26f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/unit/src/actions/action-configs-to-graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ce26f40

Please sign in to comment.