Skip to content

Commit

Permalink
refactor: delete tests
Browse files Browse the repository at this point in the history
  • Loading branch information
makcandrov committed Aug 3, 2023
1 parent 70c7ec6 commit 0839b76
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1,116 deletions.
2 changes: 1 addition & 1 deletion test/blue_tests.tree
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
│ └── it should call sender's onBlueLiquidate callback
└── it should transfer repaid of borrowable asset from the sender the Blue
.
└── flashLoan(IFlashBorrower receiver, address token, uint256 amount, bytes calldata data) external
└── flashLoan(address token, uint256 amount, bytes calldata data) external
├── it should transfer amount of token from Blue to the sender
├── it should call sender's onBlueFlashLoan callback
├── it should emit FlashLoan(msg.sender, token, amount)
Expand Down
102 changes: 0 additions & 102 deletions test/forge/BlueBase.t.sol

This file was deleted.

184 changes: 0 additions & 184 deletions test/forge/integration/TestIntegrationBorrow.sol

This file was deleted.

43 changes: 0 additions & 43 deletions test/forge/integration/TestIntegrationCreateMarket.sol

This file was deleted.

Loading

0 comments on commit 0839b76

Please sign in to comment.