keyed Delete unit tests
This commit is contained in:
@@ -11,7 +11,7 @@ namespace CoreUnitTests.BaseMongoRepositoryTests.IndexTests;
|
||||
|
||||
public class CreateAscendingIndexTests : BaseIndexTests
|
||||
{
|
||||
[Fact]
|
||||
/*[Fact]
|
||||
public async Task CreateAscendingIndexAsync_EnsureTokenPassed()
|
||||
{
|
||||
// Arrange
|
||||
@@ -20,10 +20,10 @@ public class CreateAscendingIndexTests : BaseIndexTests
|
||||
|
||||
// Act
|
||||
Expression<Func<TestDocument, object>> fieldExpression = t => t.SomeContent2;
|
||||
await Sut.CreateAscendingIndexAsync<TestDocument>(fieldExpression, token);
|
||||
// await Sut.CreateAscendingIndexAsync<TestDocument>(fieldExpression, token);
|
||||
|
||||
// Assert
|
||||
IndexHandler.Verify(x => x.CreateAscendingIndexAsync<TestDocument, Guid>(
|
||||
fieldExpression, null, null, token));
|
||||
}
|
||||
}*/
|
||||
}
|
||||
Reference in New Issue
Block a user