Skip to content

Commit

Permalink
fix: feedback from review
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddybear committed Jul 23, 2024
1 parent 4d39e7e commit ba396a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/BPool/BPool.tree
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ BPool::_pushUnderlying
├── when underlying token doesnt return a value
│ └── it assumes transfer success
├── when underlying token reverts without data
│ └── it should revert // with FailedInnerCall
│ └── it should revert // FailedInnerCall
├── when underlying token reverts with data
│ └── it should revert // with same error data
│ └── it should revert
└── when underlying token returns true
└── it calls underlying transfer

Expand All @@ -160,8 +160,8 @@ BPool::_pullUnderlying
├── when underlying token doesnt return a value
│ └── it assumes transferFrom success
├── when underlying token reverts without data
│ └── it should revert // with FailedInnerCall
│ └── it should revert // FailedInnerCall
├── when underlying token reverts with data
│ └── it should revert // with same error data
│ └── it should revert
└── when underlying token returns true
└── it calls underlying transferFrom

0 comments on commit ba396a6

Please sign in to comment.