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
Introduced unit test for validating the IsDeleted handling
This unit test creates a `TopicsDataTable` and a `RelationshipsDataTable` and passes them to the `LoadTopicGraph()` extension method, ensuring that the (private) `SetRelationships()` extension method correctly utilizes the data tables to _delete_ the specified relationship on the new `Topic` entity, since it is marked as `IsDeleted`.
0 commit comments