Skip to content

Commit

Permalink
fix: Add extra input to MockPoolInherited test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Nov 26, 2021
1 parent 36488c9 commit e7944dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suites/pool-edge.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ makeSuite('Pool: Edge cases', (testEnv: TestEnv) => {
const NEW_POOL_IMPL_ARTIFACT = await hre.deployments.deploy('MockPoolInherited', {
contract: 'MockPoolInherited',
from: deployerName,
args: [],
args: [addressesProvider.address],
libraries: {
SupplyLogic: (await hre.deployments.get('SupplyLogic')).address,
BorrowLogic: (await hre.deployments.get('BorrowLogic')).address,
Expand Down

0 comments on commit e7944dc

Please sign in to comment.