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
Objects can repeat in a collection and in an object. The RemoveObjectFromCollection and RemoveObjectFromObject services need to support specifying which occurrence to remove. See notes in those services and see the following tests in remove_object_from_collection_spec and remove_object_from_object_spec.
xit 'should remove first occurrence'
xit 'should remove last occurrence'
xit 'should remove nth occurrence'
The text was updated successfully, but these errors were encountered:
Objects can repeat in a collection and in an object. The RemoveObjectFromCollection and RemoveObjectFromObject services need to support specifying which occurrence to remove. See notes in those services and see the following tests in remove_object_from_collection_spec and remove_object_from_object_spec.
xit 'should remove first occurrence'
xit 'should remove last occurrence'
xit 'should remove nth occurrence'
The text was updated successfully, but these errors were encountered: