mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: test naming
This commit is contained in:
parent
58ab73272e
commit
5bbbc78d0b
|
@ -10,14 +10,11 @@ import { domainToUnicode } from 'url';
|
|||
|
||||
const { expect } = require('chai');
|
||||
|
||||
makeSuite('Pause Reserve', (testEnv: TestEnv) => {
|
||||
makeSuite('Drop Reserve', (testEnv: TestEnv) => {
|
||||
let _mockFlashLoanReceiver = {} as MockFlashLoanReceiver;
|
||||
|
||||
const {
|
||||
RL_ATOKEN_SUPPLY_NOT_ZERO,
|
||||
RL_STABLE_DEBT_NOT_ZERO,
|
||||
RL_VARIABLE_DEBT_SUPPLY_NOT_ZERO,
|
||||
} = ProtocolErrors;
|
||||
const { RL_ATOKEN_SUPPLY_NOT_ZERO, RL_STABLE_DEBT_NOT_ZERO, RL_VARIABLE_DEBT_SUPPLY_NOT_ZERO } =
|
||||
ProtocolErrors;
|
||||
|
||||
before(async () => {
|
||||
_mockFlashLoanReceiver = await getMockFlashLoanReceiver();
|
||||
|
|
Loading…
Reference in New Issue
Block a user