Skip to content

Commit

Permalink
Update packages/contracts/test/20_integration-testing/test-helpers.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Heuer <20623991+Michael-A-Heuer@users.noreply.github.com>
  • Loading branch information
clauBv23 and heueristik committed May 7, 2024
1 parent 73272f8 commit 32773d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export async function updateFromBuildTest(
.connect(deployer)
.grant(dao.address, psp.address, DAO_PERMISSIONS.ROOT_PERMISSION_ID);

// Install previous plugin build (build previous to the latest one)
// Install a previous build with build number `build`
const pluginSetupRefPreviousBuild = {
versionTag: {
release: VERSION.release,
Expand Down

0 comments on commit 32773d4

Please sign in to comment.