keyed Delete unit tests

This commit is contained in:
Sean Garrett
2023-06-16 11:51:40 +01:00
parent 54e756c695
commit c6545b9448
19 changed files with 565 additions and 138 deletions
@@ -12,7 +12,7 @@ namespace CoreUnitTests.BaseMongoRepositoryTests.MainTests;
public class AnyTests : TestMongoRepositoryContext
{
[Fact]
/*[Fact]
public async Task AnyAsync_EnsureTokenPassed()
{
// Arrange
@@ -30,5 +30,5 @@ public class AnyTests : TestMongoRepositoryContext
Reader
.Verify(x => x.AnyAsync<TestDocument, Guid>(
t => string.IsNullOrWhiteSpace(t.SomeContent2), null, token));
}
}*/
}