Continues refactoring tests, added overload for UpdateOne and UpdateOneAsync so that we can pass a LINQ query to the method.
This commit is contained in:
@@ -16,7 +16,7 @@ namespace IntegrationTests
|
||||
}
|
||||
|
||||
[TestFixture]
|
||||
public class CRUDTKeyPartitionedTests : MongoDBTestBase<PartitionedTKeyTestDocument, Guid>
|
||||
public class CRUDTKeyPartitionedTests : MongoDbTKeyDocumentTestBase<PartitionedTKeyTestDocument, Guid>
|
||||
{
|
||||
public override string GetClassName()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user