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've noticed that the unit tests are not asserting correctly that insertion and deletions happens at the expected indexes. Expectations were only being fulfilled but not asserted.
I've also took the chance to refactor the Unit test to improve the readability and to separate them by test domain.
I've already open a PR #51 with the proposed changes.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I've noticed that the unit tests are not asserting correctly that insertion and deletions happens at the expected indexes. Expectations were only being fulfilled but not asserted.
I've also took the chance to refactor the Unit test to improve the readability and to separate them by test domain.
I've already open a PR #51 with the proposed changes.
Thanks
The text was updated successfully, but these errors were encountered: