Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xlucian committed Oct 1, 2024
1 parent 259ab1c commit b374ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/01-update-account-roles-addresses.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe("[@skip-on-coverage] Update account roles addresses", function () {
diamondAddress: protocolDiamondAddress,
signers: [admin, treasury, buyer, rando, adminDR, treasuryDR, agent],
contractInstances: { accountHandler, offerHandler, exchangeHandler, fundsHandler, disputeHandler },
protocolConfig: [, , , ,buyerEscalationDepositPercentage],
protocolConfig: [, , , , buyerEscalationDepositPercentage],
} = await setupTestEnvironment(contracts));

bosonErrors = await getContractAt("BosonErrors", await accountHandler.getAddress());
Expand Down

0 comments on commit b374ad5

Please sign in to comment.