Added delete functionality

This commit is contained in:
alexandre-spieser
2017-08-27 21:39:29 +00:00
parent af5ba2e98e
commit 8d3e480c38
5 changed files with 478 additions and 148 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ namespace IntegrationTests
public class UpdatePartitionedTests : BaseMongoDbRepositoryTests<UpdateTestsPartitionedDocument>
{
[Test]
public void UpdateOne()
public void PartitionedUpdateOne()
{
// Arrange
var document = CreateTestDocument();
@@ -33,7 +33,7 @@ namespace IntegrationTests
}
[Test]
public async Task UpdateOneAsync()
public async Task PartitionedUpdateOneAsync()
{
// Arrange
var document = CreateTestDocument();