Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter authored and Walter committed Mar 13, 2024
1 parent 8feb86e commit c818b50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions w3/test/Lender.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ contract dosLenderTest is Test {
/**
* SUCCESS CONDITIONS
*/
uint256 amazingTokenbalance = token.balanceOf(address(pool));
uint256 poolBalance = pool.poolBalance();
console.log("Amazing Token balance: ", amazingTokenbalance);
// Amazing Token balance: 1000000000000000000000001
console.log("poolBalance: ", poolBalance);
// poolBalance: 1000000000000000000000000

// It is no longer possible to execute flash loans
vm.expectRevert(stdError.assertionError);
Expand Down

0 comments on commit c818b50

Please sign in to comment.