fix: test naming

This commit is contained in:
Hadrien Charlanes 2021-06-08 18:04:33 +02:00
parent 58ab73272e
commit 5bbbc78d0b

View File

@ -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();