mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: updated mocked debt contracts for upgradability tests
This commit is contained in:
parent
5f352674de
commit
91709e82e2
|
@ -5,6 +5,6 @@ import {StableDebtToken} from '../../protocol/tokenization/StableDebtToken.sol';
|
||||||
|
|
||||||
contract MockStableDebtToken is StableDebtToken {
|
contract MockStableDebtToken is StableDebtToken {
|
||||||
function getRevision() internal pure override returns (uint256) {
|
function getRevision() internal pure override returns (uint256) {
|
||||||
return 0x2;
|
return 0x3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,6 @@ import {VariableDebtToken} from '../../protocol/tokenization/VariableDebtToken.s
|
||||||
|
|
||||||
contract MockVariableDebtToken is VariableDebtToken {
|
contract MockVariableDebtToken is VariableDebtToken {
|
||||||
function getRevision() internal pure override returns (uint256) {
|
function getRevision() internal pure override returns (uint256) {
|
||||||
return 0x2;
|
return 0x3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user