We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa01f4c commit 0777959Copy full SHA for 0777959
1 file changed
src/AutoMapper.Collection.EntityFrameworkCore.Tests/EntityFrameworkCoreTestsBase.cs
@@ -241,10 +241,6 @@ public async Task Persist_RemoveAsync_WhenEntityExist_ThenTheEntityShouldBeDelet
241
db.Things.Find(item.ID).Should().BeNull();
242
}
243
244
- // Dick PR40 additions start here after all the legacy Facts.
245
- // not the most logical but [as tests extremely similar] GIT Merge false matches and declares Merge Conflict
246
- // hopefully wiser Collaborators can shuffle to above (grouping InsertOrUpdateX, RemoveX bits better)
247
-
248
[Fact]
249
/// <summary>sut is non-existent (i.e. new) entity where ID=0</summary>
250
/// <remarks>AutoMapper.Collection.EntityFrameworkCore.Remove silently ignores non-existent DELETEs</remarks>
0 commit comments