Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
Co-authored-by: Weißer Hase <[email protected]>
  • Loading branch information
simon-something and wei3erHase authored Jul 20, 2024
1 parent 68a6b59 commit fdd4617
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/invariants/symbolic/Protocol.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ contract HalmosBalancer is HalmosTest {
}
/// @custom:property-id 9
/// @custom:property BToken decreaseApproval should decrease the approval to max(old-amount, 0)

function check_decreaseApproval(uint256 _approvalToLower, address _owner, address _spender) public {
// Precondition
uint256 _approvalBefore = pool.allowance(_owner, _spender);
Expand Down

0 comments on commit fdd4617

Please sign in to comment.