Ad
  • Custom User Avatar

    Input is supposed to be currency, but is passed in as a float rather than a bigdecimal. This causes floating point errors in the fixed tests:

    -9999999999.71
    Expected: "($9999999999.71)", instead got: "($9999999999.70)"
    
  • Custom User Avatar

    You should consider to add some random test. For the moment user can hardcode the solution.