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
For some reason, the resize function is raising errors within the following tests:
test_insert_item_in_array
test_insert_item_in_invalid_index_returns_minus_1
Basically, when the array is constructed with lesser capacity than size + 1 at the time the insert function gets called, it raises an error in the tests.
The text was updated successfully, but these errors were encountered:
For some reason, the resize function is raising errors within the following tests:
Basically, when the array is constructed with lesser capacity than size + 1 at the time the insert function gets called, it raises an error in the tests.
The text was updated successfully, but these errors were encountered: