Skip to content

Commit c904c3c

Browse files
committed
Fix aaveGovernanceV2Adapter test
1 parent c19cb8d commit c904c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/protocol/integration/governance/aaveGovernanceV2Adapter.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe("AaveGovernanceAdapter", () => {
7474
it("should have the correct Aave governance contract address", async () => {
7575
const deployedAaveGovernanceAdapter = await subject();
7676

77-
const actualGovernanceAddress = await deployedAaveGovernanceAdapter.aaveProtoGovernance();
77+
const actualGovernanceAddress = await deployedAaveGovernanceAdapter.aaveGovernanceV2();
7878
expect(actualGovernanceAddress).to.eq(subjectAaveGovernance);
7979
});
8080
});

0 commit comments

Comments
 (0)