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
I just spartinzed my class. After I run the test, I discovered 2 tests failed.
When I looked into it, I discover that the spartanizer change my code:
Form this:
I just spartinzed my class. After I run the test, I discovered 2 tests failed.
When I looked into it, I discover that the spartanizer change my code:
Form this:
To this:
Meaning, this: sp.getAmount() / periodInDays changed to this: periodInDays * sp.getAmount() / 1.
From what I understand, it changed the operation from division to multiplication. If so, this is seriously bad.
The text was updated successfully, but these errors were encountered: