You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// should approve max of msg.sender & withdraw 20 without changing allowance (should succeed).
it('approvals: msg.sender approves accounts[1] of max (2^256 - 1) & withdraws 20', async () => {
Why this test should succeed? is not a bug that a token holder can withdraw without changing the allowance?
The text was updated successfully, but these errors were encountered:
Just curious but in your test file you have:
Why this test should succeed? is not a bug that a token holder can withdraw without changing the allowance?
The text was updated successfully, but these errors were encountered: