networktocode / diffsync

A utility library for comparing and synchronizing different datasets.
https://diffsync.readthedocs.io/
Other
155 stars 26 forks source link

Bug with DiffSyncModelFlags.NATURAL_DELETION_ORDER #250

Closed Kircheneer closed 1 year ago

Kircheneer commented 1 year ago

Environment

Observed Behavior

When you have a parent with no changes that has a child with changes and are using DiffSyncModelFlags.NATURAL_DELETION_ORDER on the parent, the child will never be synced.

Expected Behavior

The child should be synced.

Steps to Reproduce

Check unit test in #249