-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels