We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curve-contract/tests/pools/common/unitary/test_claim_fees.py
Lines 19 to 27 in b0bbf77
In simpler terms :
admin_fee = A - B
and the test is :
admin_fee + B == A
Whatever swap.balance() and swap.balances(i) returns, the result will always be true.
swap.balance()
swap.balances(i)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
curve-contract/tests/pools/common/unitary/test_claim_fees.py
Lines 19 to 27 in b0bbf77
In simpler terms :
admin_fee = A - B
and the test is :
admin_fee + B == A
Whatever
swap.balance()
andswap.balances(i)
returns, the result will always be true.The text was updated successfully, but these errors were encountered: