Skip to content

Commit

Permalink
test: fix garden directory for version calculation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBeyer committed Nov 14, 2023
1 parent e52227f commit 653ad6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/unit/src/plugins/container/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ describe("plugins.container", () => {
config: moduleConfig,
buildDependencies: [],
forceVersion: true,
scanRoot: garden.projectRoot,
scanRoot: projectRoot,
})
}

Expand Down

0 comments on commit 653ad6c

Please sign in to comment.