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
When calling subtract(-1, -2), the expected result is 1 but the function may not handle negative numbers correctly. We should add proper test cases for negative number arithmetic.