Skip to content

Commit

Permalink
fix: Update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Jan 20, 2022
1 parent 94c4cfb commit f6319b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test-suites/pool-edge.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,11 @@ makeSuite('Pool: Edge cases', (testEnv: TestEnv) => {
await evmRevert(snap);
});

it('Drop asset while user uses it as collateral, ensure that HF is lowered', async () => {
it('Drop asset while user uses it as collateral, ensure that borrowing power is lowered', async () => {
const {
addressesProvider,
poolAdmin,
pool,
dai,
deployer,
configurator,
users: [user0],
} = testEnv;
const { deployer: deployerName } = await hre.getNamedAccounts();
Expand Down

0 comments on commit f6319b9

Please sign in to comment.