Skip to content

Commit

Permalink
feat(test): deleting useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrpl committed Oct 31, 2023
1 parent b9f2909 commit 45aab86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/forge/TestIntegrationSnippets.sol
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ contract TestIntegrationSnippets is BaseTest {
uint256 timeElapsed,
uint256 fee
) public {
uint256 amountBorrowed;
vm.assume(amountBorrowed == 0);
uint256 amountBorrowed = 0;
_generatePendingInterest(
amountSupplied,
amountBorrowed,
Expand Down

0 comments on commit 45aab86

Please sign in to comment.