Skip to content

Commit 0777959

Browse files
committed
Remove PR40 comment
1 parent aa01f4c commit 0777959

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/AutoMapper.Collection.EntityFrameworkCore.Tests/EntityFrameworkCoreTestsBase.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,6 @@ public async Task Persist_RemoveAsync_WhenEntityExist_ThenTheEntityShouldBeDelet
241241
db.Things.Find(item.ID).Should().BeNull();
242242
}
243243

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-
248244
[Fact]
249245
/// <summary>sut is non-existent (i.e. new) entity where ID=0</summary>
250246
/// <remarks>AutoMapper.Collection.EntityFrameworkCore.Remove silently ignores non-existent DELETEs</remarks>

0 commit comments

Comments
 (0)