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
Currently, in the unit tests for the sumarHastaNConBreak function, we have identified an error in lines 15 and 16 of our test file. The current expectations indicate that it should return 120 instead of 210 for input case 20.
Steps to Reproduce:
Run the unit tests for the sumarHastaNConBreak function.
Observe the expectations and results for input case 20.
Expected Outcome:
We expect the tests to reflect the correction, and input case of 20 should return 210 instead of 120.
Additional Context:
This change is made to ensure the accuracy of the tests and the correct functionality of the sumarHastaNConBreak function.
We appreciate your attention to this matter and any efforts to address this correction. If you need further information or clarification, feel free to ask.
Thank you!
The text was updated successfully, but these errors were encountered:
Problem Description:
Currently, in the unit tests for the
sumarHastaNConBreak
function, we have identified an error in lines 15 and 16 of our test file. The current expectations indicate that it should return 120 instead of 210 for input case 20.Steps to Reproduce:
sumarHastaNConBreak
function.Expected Outcome:
We expect the tests to reflect the correction, and input case of 20 should return 210 instead of 120.
Additional Context:
This change is made to ensure the accuracy of the tests and the correct functionality of the
sumarHastaNConBreak
function.We appreciate your attention to this matter and any efforts to address this correction. If you need further information or clarification, feel free to ask.
Thank you!
The text was updated successfully, but these errors were encountered: