Skip to content

Commit

Permalink
Update test/buy-collateral-test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Cheng <[email protected]>
  • Loading branch information
cwang25 and kevincheng96 authored Nov 9, 2023
1 parent 3d7fd01 commit 79ac88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/buy-collateral-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ describe('buyCollateral', function () {
});

describe('reentrancy', function() {
it('block reentrancy supply ', async () => {
it('is blocked during reentrant supply', async () => {
const wethArgs = {
initial: 1e4,
decimals: 18,
Expand Down

0 comments on commit 79ac88a

Please sign in to comment.